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, 8 insertions, 0 deletions
diff --git a/src/errno/EROFS.c b/src/errno/EROFS.c
new file mode 100644
index 00000000..e232bfed
--- /dev/null
+++ b/src/errno/EROFS.c
@@ -0,0 +1,8 @@
+#include <errno.h>
+
+#define EROFS (41)
+
+/** Read-only file system **/
+/*
+POSIX(1)
+*/