aboutsummaryrefslogtreecommitdiff
path: root/src/unistd/fchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/fchown.c')
-rw-r--r--src/unistd/fchown.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unistd/fchown.c b/src/unistd/fchown.c
index 737b3672..b1a5290d 100644
--- a/src/unistd/fchown.c
+++ b/src/unistd/fchown.c
@@ -18,3 +18,11 @@ int fchown(int fd, uid_t uid, gid_t gid)
#endif
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif