Add python2 package
This commit is contained in:
12
python2/2.7.5-export-PySignal_SetWakeupFd.patch
Normal file
12
python2/2.7.5-export-PySignal_SetWakeupFd.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -urN a/Include/pyerrors.h b/Include/pyerrors.h
|
||||
--- a/Include/pyerrors.h 2013-10-20 19:30:57.390132900 +0100
|
||||
+++ b/Include/pyerrors.h 2013-10-20 19:31:33.580202800 +0100
|
||||
@@ -231,7 +231,7 @@
|
||||
PyAPI_FUNC(void) PyErr_SetInterrupt(void);
|
||||
|
||||
/* In signalmodule.c */
|
||||
-int PySignal_SetWakeupFd(int fd);
|
||||
+PyAPI_FUNC(int) PySignal_SetWakeupFd(int fd);
|
||||
|
||||
/* Support for adding program text to SyntaxErrors */
|
||||
PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int);
|
||||
Reference in New Issue
Block a user