mirror of https://github.com/python/cpython
Fixed to work again without USE_GUSI
This commit is contained in:
parent
48b486b054
commit
12e89e42d8
|
@ -68,12 +68,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#undef sync
|
||||
int sync(void);
|
||||
#else
|
||||
#ifdef x__MWERKS__
|
||||
#include <unix.h>
|
||||
#else
|
||||
#define mode_t int
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Optional routines, for some compiler/runtime combinations */
|
||||
#if defined(USE_GUSI) || !defined(__MWERKS__)
|
||||
|
|
Loading…
Reference in New Issue