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