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