From 2bc46bd54cc8cdcd7647461f2d76384266f2a0e4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 16:44:28 -0500 Subject: remove unistd --- src/unistd/symlink.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/unistd/symlink.c (limited to 'src/unistd/symlink.c') 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 - -int symlink(const char*path1, const char *path2) -{ - return 0; -} - -/* -XOPEN(400) -POSIX(200112) -*/ - - -#endif -- cgit v1.2.1