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