diff options
Diffstat (limited to 'src/unistd/access.c')
-rw-r--r-- | src/unistd/access.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/access.c b/src/unistd/access.c index 5f80359d..0cbf81d4 100644 --- a/src/unistd/access.c +++ b/src/unistd/access.c @@ -1,3 +1,5 @@ +#if 0 + #include <stddef.h> #include <sys/types.h> #include <unistd.h> @@ -41,3 +43,6 @@ int access(const char *path, int amode) /* POSIX(1) */ + + +#endif |