mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
Don't declare sync if we use gusi.
This commit is contained in:
parent
f868de6491
commit
c3f593e6ab
@ -18,7 +18,9 @@
|
||||
extern unsigned char *Pstring(char *);
|
||||
extern char *getbootvol(void);
|
||||
extern char *getwd(char *);
|
||||
#ifndef USE_GUSI
|
||||
extern int sync(void);
|
||||
#endif
|
||||
|
||||
/* Universal constants: */
|
||||
#define MAXPATH 256
|
||||
|
Loading…
Reference in New Issue
Block a user