mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-22 14:54:43 +00:00
parent
ff2b6fc0b0
commit
2b00ee8723
1 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ extern const errno_t EIO;
|
||||||
extern const errno_t ENXIO;
|
extern const errno_t ENXIO;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Argument list too errno_t.
|
* Argument list too long.
|
||||||
*/
|
*/
|
||||||
extern const errno_t E2BIG;
|
extern const errno_t E2BIG;
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ extern const errno_t ERANGE;
|
||||||
extern const errno_t EDEADLK;
|
extern const errno_t EDEADLK;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filename too errno_t.
|
* Filename too long.
|
||||||
*/
|
*/
|
||||||
extern const errno_t ENAMETOOLONG;
|
extern const errno_t ENAMETOOLONG;
|
||||||
|
|
||||||
|
@ -291,7 +291,7 @@ extern const errno_t ENOTSOCK;
|
||||||
extern const errno_t EDESTADDRREQ;
|
extern const errno_t EDESTADDRREQ;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Message too errno_t.
|
* Message too long.
|
||||||
*/
|
*/
|
||||||
extern const errno_t EMSGSIZE;
|
extern const errno_t EMSGSIZE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue