diff options
Diffstat (limited to 'src/errno/ENAMETOOLONG.c')
| -rw-r--r-- | src/errno/ENAMETOOLONG.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/ENAMETOOLONG.c b/src/errno/ENAMETOOLONG.c new file mode 100644 index 00000000..8632e0a0 --- /dev/null +++ b/src/errno/ENAMETOOLONG.c @@ -0,0 +1,8 @@ +#include <errno.h> + +#define ENAMETOOLONG (26) + +/** Filename too long **/ +/* +POSIX(1) +*/ |
