mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Started on GUSI2 and threading support.
This commit is contained in:
parent
5c21420772
commit
2d1306b7cf
16 changed files with 194 additions and 29 deletions
|
@ -29,6 +29,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
******************************************************************/
|
||||
|
||||
#ifndef USE_GUSI2
|
||||
#define ENOTDIR (-120)
|
||||
#ifndef __MSL__
|
||||
#define EACCES (-54)
|
||||
|
@ -40,6 +41,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define ENFILE (-42)
|
||||
#define EIO (-36)
|
||||
#define ENOSPC (-34)
|
||||
#endif
|
||||
|
||||
#define ESRCH 3
|
||||
#define EINTR 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue