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