summaryrefslogtreecommitdiff
path: root/libc/unistd/usershell.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/usershell.c')
-rw-r--r--libc/unistd/usershell.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/unistd/usershell.c b/libc/unistd/usershell.c
index be8fb71d6..ea4a04ba4 100644
--- a/libc/unistd/usershell.c
+++ b/libc/unistd/usershell.c
@@ -40,6 +40,8 @@
#include <unistd.h>
#include <paths.h>
+#if defined __USE_BSD || (defined __USE_XOPEN && !defined __USE_UNIX98)
+
libc_hidden_proto(fstat)
libc_hidden_proto(fopen)
libc_hidden_proto(fclose)
@@ -146,3 +148,4 @@ cleanup:
fclose(fp);
return (char **) validsh;
}
+#endif