]> granicus.if.org Git - python/commitdiff
Add a few more missing prototypes to the SunOS 4.1.4 section (no SF
authorThomas Wouters <thomas@python.org>
Thu, 15 Feb 2001 08:46:56 +0000 (08:46 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 15 Feb 2001 08:46:56 +0000 (08:46 +0000)
bugreport, just an IRC one by Marion Delgado.) These prototypes are
necessary because the functions are tossed around, not just called.

Modules/posixmodule.c

index ef0a42a7e242f9c4c927460005b12408dd6fab84..19d62b832c34a99af1f20a0ae258133c62afe0e2 100644 (file)
@@ -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