summaryrefslogtreecommitdiff
path: root/src/unistd/getlogin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/getlogin.c')
-rw-r--r--src/unistd/getlogin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/getlogin.c b/src/unistd/getlogin.c
index 1bed5ee8..e534f829 100644
--- a/src/unistd/getlogin.c
+++ b/src/unistd/getlogin.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
char * getlogin(void)
@@ -10,3 +12,6 @@ char * getlogin(void)
/*
POSIX(1)
*/
+
+
+#endif