diff options
Diffstat (limited to 'src/stdlib/realpath.c')
-rw-r--r-- | src/stdlib/realpath.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/realpath.c b/src/stdlib/realpath.c index 1d0e04e6..07b946e2 100644 --- a/src/stdlib/realpath.c +++ b/src/stdlib/realpath.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> char * realpath(const char * restrict file_name, char * restrict resolved_name) @@ -8,3 +10,6 @@ char * realpath(const char * restrict file_name, char * restrict resolved_name) /* XOPEN(400) */ + + +#endif |