Add extern decl for fsync() for SunOS 4.x.

This commit is contained in:
Guido van Rossum 1999-04-07 15:49:41 +00:00
parent 296e14301a
commit 8c67e4e8c9
1 changed files with 1 additions and 0 deletions

View File

@ -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 *));