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