diff options
Diffstat (limited to 'src/errno/ENOMSG.c')
| -rw-r--r-- | src/errno/ENOMSG.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/ENOMSG.c b/src/errno/ENOMSG.c new file mode 100644 index 00000000..53f42edb --- /dev/null +++ b/src/errno/ENOMSG.c @@ -0,0 +1,8 @@ +#include <errno.h> +#define ENOMSG (57) +/** No message of the desired type **/ + +/* +XOPEN(4) +POSIX(200112) +*/ |
