File: readlink.c

package info (click to toggle)
cvs 1.10.7-1.99.slink.y2k.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,892 kB
  • ctags: 5,463
  • sloc: ansic: 68,307; sh: 17,664; makefile: 1,640; perl: 902; yacc: 826; csh: 181; lisp: 7
file content (5 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (15)
1
2
3
4
5
int readlink(char *path, char *buf, int bufsiz)
{
  /* OpenVMS dosen't have symbolic links in the UNIX sense */
  return -1;
}