xref: /openbsd-src/gnu/usr.bin/cvs/vms/readlink.c (revision 46035553bfdd96e63c94e32da0210227ec2e3cf1)
1 int readlink(char *path, char *buf, int bufsiz)
2 {
3   /* OpenVMS dosen't have symbolic links in the UNIX sense */
4   return -1;
5 }
6