mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add extern decl for fsync() for SunOS 4.x.
This commit is contained in:
parent
296e14301a
commit
8c67e4e8c9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue