mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 01:50:11 +00:00
Add EPROTOTYPE, ESRCH.
This commit is contained in:
parent
da0e06ed82
commit
ae233369c7
@ -44,6 +44,8 @@ Cambridge, MA 02139, USA. */
|
||||
#define EILSEQ 16
|
||||
#define ENOEXEC 17
|
||||
#define ENOENT 18
|
||||
#define EPROTOTYPE 19
|
||||
#define ESRCH 20
|
||||
#endif
|
||||
|
||||
#define __set_errno(val) errno = (val)
|
||||
|
Loading…
Reference in New Issue
Block a user