summaryrefslogtreecommitdiff
path: root/src/errno/ECHILD.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/ECHILD.c')
-rw-r--r--src/errno/ECHILD.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/errno/ECHILD.c b/src/errno/ECHILD.c
deleted file mode 100644
index 1394ae3b..00000000
--- a/src/errno/ECHILD.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <errno.h>
-
-#define ECHILD (15)
-
-/** No child processes **/
-/*
-POSIX(1)
-*/