diff options
Diffstat (limited to 'src/unistd/symlink.c')
-rw-r--r-- | src/unistd/symlink.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/unistd/symlink.c b/src/unistd/symlink.c deleted file mode 100644 index 8a7c1584..00000000 --- a/src/unistd/symlink.c +++ /dev/null @@ -1,16 +0,0 @@ -#if 0 - -#include <unistd.h> - -int symlink(const char*path1, const char *path2) -{ - return 0; -} - -/* -XOPEN(400) -POSIX(200112) -*/ - - -#endif |