mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
os2 patch by Jeff Rush
This commit is contained in:
parent
c0b93191e6
commit
8e9ebfd337
12 changed files with 459 additions and 28 deletions
|
|
@ -50,6 +50,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#define SIG_ERR ((RETSIGTYPE (*)())-1)
|
||||
#endif
|
||||
|
||||
#if defined(PYOS_OS2)
|
||||
#define NSIG 12
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
#ifndef NSIG
|
||||
#ifdef _SIGMAX
|
||||
#define NSIG (_SIGMAX + 1) /* For QNX */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue