summaryrefslogtreecommitdiff
path: root/libc/unistd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/daemon.c')
-rw-r--r--libc/unistd/daemon.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/unistd/daemon.c b/libc/unistd/daemon.c
index 77e10dd76..03cffc7d1 100644
--- a/libc/unistd/daemon.c
+++ b/libc/unistd/daemon.c
@@ -46,7 +46,6 @@
#include <paths.h>
#include <unistd.h>
-#if defined __ARCH_HAS_MMU__
libc_hidden_proto(open)
libc_hidden_proto(close)
libc_hidden_proto(_exit)
@@ -88,5 +87,3 @@ int daemon( int nochdir, int noclose )
}
return(0);
}
-
-#endif