mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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.
This commit is contained in:
parent
523ec5709b
commit
0f954a4256
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ corresponding Unix manual entries for more information on calls.";
|
|||
extern int rename(const char *, const char *);
|
||||
extern int pclose(FILE *);
|
||||
extern int fclose(FILE *);
|
||||
extern int fsync(int);
|
||||
extern int lstat(const char *, struct stat *);
|
||||
extern int symlink(const char *, const char *);
|
||||
#endif
|
||||
|
||||
#ifdef NeXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue