diff options
Diffstat (limited to 'src/unistd/fchown.c')
| -rw-r--r-- | src/unistd/fchown.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/fchown.c b/src/unistd/fchown.c index 417def94..00e13458 100644 --- a/src/unistd/fchown.c +++ b/src/unistd/fchown.c @@ -1,3 +1,5 @@ +#if 0 + #include <unistd.h> int fchown(int fildes, uid_t owner, gid_t group) @@ -9,3 +11,6 @@ int fchown(int fildes, uid_t owner, gid_t group) XOPEN(400) POSIX(200112) */ + + +#endif |
