summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/daemon.h')
-rw-r--r--mdk-stage1/dietlibc/include/daemon.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mdk-stage1/dietlibc/include/daemon.h b/mdk-stage1/dietlibc/include/daemon.h
deleted file mode 100644
index 9049f367d..000000000
--- a/mdk-stage1/dietlibc/include/daemon.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _DAEMON_H
-#define _DAEMON_H
-
-extern int daemon (int nochdir,int noclose);
-
-#endif