Searched defs:symlinkat (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dsymlink.c32 symlinkat(const char *path1, int fd, const char *path2) function
41 return (symlinkat(path1, AT_FDCWD, path2));

Completed in 20 milliseconds