Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c67e4e

Browse files
committed
Add extern decl for fsync() for SunOS 4.x.
1 parent 296e143 commit 8c67e4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ extern int rename();
155155
extern int pclose();
156156
extern int lstat();
157157
extern int symlink();
158+
extern int fsync();
158159
#else /* !HAVE_UNISTD_H */
159160
#if defined(PYCC_VACPP)
160161
extern int mkdir Py_PROTO((char *));

0 commit comments

Comments
 (0)