summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 085833f..5b0e590 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -389,13 +389,6 @@ extern int fclose(FILE *);
/* From Modules/posixmodule.c */
extern int fdatasync(int);
-/* XXX These are supposedly for SunOS4.1.3 but "shouldn't hurt elsewhere" */
-extern int rename(const char *, const char *);
-extern int pclose(FILE *);
-extern int lstat(const char *, struct stat *);
-extern int symlink(const char *, const char *);
-extern int fsync(int fd);
-
#endif /* 0 */