Commit 946ed275 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 0eddaf89
......@@ -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 *));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment