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

Skip to content

Commit 0f954a4

Browse files
committed
Add a few more missing prototypes to the SunOS 4.1.4 section (no SF
bugreport, just an IRC one by Marion Delgado.) These prototypes are necessary because the functions are tossed around, not just called.
1 parent 523ec57 commit 0f954a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Modules/posixmodule.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ corresponding Unix manual entries for more information on calls.";
113113
extern int rename(const char *, const char *);
114114
extern int pclose(FILE *);
115115
extern int fclose(FILE *);
116+
extern int fsync(int);
117+
extern int lstat(const char *, struct stat *);
118+
extern int symlink(const char *, const char *);
116119
#endif
117120

118121
#ifdef NeXT

0 commit comments

Comments
 (0)