mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2.
This commit is contained in:
parent
6be3480083
commit
a9f56e5c54
1 changed files with 2 additions and 0 deletions
|
@ -50,9 +50,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define EROFS (-44)
|
||||
#endif
|
||||
|
||||
#ifndef USE_GUSI2
|
||||
#define ESRCH 3
|
||||
#define EINTR 4
|
||||
#define ENODEV 19
|
||||
#endif
|
||||
#ifndef _POSIX
|
||||
#define EBADF 9
|
||||
#define EINVAL 22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue