summaryrefslogtreecommitdiff
path: root/src/unistd/lchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/lchown.c')
-rw-r--r--src/unistd/lchown.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/lchown.c b/src/unistd/lchown.c
index e59adc9a..8ab8876f 100644
--- a/src/unistd/lchown.c
+++ b/src/unistd/lchown.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <unistd.h>
int lchown(const char *path, uid_t owner, gid_t group)
@@ -9,3 +11,6 @@ int lchown(const char *path, uid_t owner, gid_t group)
XOPEN(400)
POSIX(200809)
*/
+
+
+#endif