You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/libc/unistd/daemon.c
|
|
+++ b/libc/unistd/daemon.c
|
|
@@ -54,7 +54,6 @@
|
|
libc_hidden_proto(dup2)
|
|
libc_hidden_proto(setsid)
|
|
libc_hidden_proto(chdir)
|
|
-libc_hidden_proto(fork)
|
|
|
|
int daemon( int nochdir, int noclose )
|
|
{
|
|
|