mirror of https://github.com/python/cpython.git
Add extern decl for fsync() for SunOS 4.x.
This commit is contained in:
parent
296e14301a
commit
8c67e4e8c9
|
@ -155,6 +155,7 @@ extern int rename();
|
|||
extern int pclose();
|
||||
extern int lstat();
|
||||
extern int symlink();
|
||||
extern int fsync();
|
||||
#else /* !HAVE_UNISTD_H */
|
||||
#if defined(PYCC_VACPP)
|
||||
extern int mkdir Py_PROTO((char *));
|
||||
|
|
Loading…
Reference in New Issue