Searched defs:symlinkat (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libc/port/sys/ | ||
H A D | symlink.c | 32 symlinkat(const char *path1, int fd, const char *path2) function 41 return (symlinkat(path1, AT_FDCWD, path2)); |
Completed in 31 milliseconds