Commit 0f954a42 authored by Thomas Wouters's avatar Thomas Wouters

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.
parent 523ec570
......@@ -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
......
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