diff options
Diffstat (limited to 'src/errno/EROFS.c')
| -rw-r--r-- | src/errno/EROFS.c | 8 |
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) +*/ |
