mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
(Jack:) Mac only: get GUSI errno.h values too.
This commit is contained in:
@@ -33,6 +33,11 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
/* Mac with GUSI has more errors than those in errno.h */
|
||||
#ifdef USE_GUSI
|
||||
#include <sys/errno.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Pull in the system error definitions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user