mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Don't declare sync if we use gusi.
This commit is contained in:
parent
f868de6491
commit
c3f593e6ab
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue