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