diff options
Diffstat (limited to 'src/stdio/rename.c')
-rw-r--r-- | src/stdio/rename.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/rename.c b/src/stdio/rename.c index ad1be639..3a736287 100644 --- a/src/stdio/rename.c +++ b/src/stdio/rename.c @@ -1,3 +1,5 @@ +#if 0 + #include <errno.h> #include <stdio.h> #include "_syscall.h" @@ -18,3 +20,6 @@ ARGUMENT(new). IMPLEMENTATION(Behavior if ARGUMENT(new) exists prior to THIS() being called) STDC(1) */ + + +#endif |