summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeheader7
1 files changed, 3 insertions, 4 deletions
diff --git a/deheader b/deheader
index eead085..7a0e9fc 100755
--- a/deheader
+++ b/deheader
@@ -37,7 +37,6 @@ version = "0.3"
# Difference in various compiler implementations and OSes mean that for cross-
# platform compatibility you sometimes want to leave "unneeded" headers alone
# because they're required in order to satify dependencies on other platforms.
-# We list those here. In general they fall into two categrories:
requirements = (
# Headers mandated by SuS that may not be required by a particular compiler,
# usually because all the argument types and the return type are composed
@@ -69,12 +68,12 @@ requirements = (
(r"cfgetospeed()", ["<termios.h>"]),
(r"cfsetispeed()", ["<termios.h>"]),
(r"cfsetospeed()", ["<termios.h>"]),
- (r"chdir()", ["<unistd.h>"]),
+ #(r"chdir()", ["<unistd.h>"]),
(r"chmod()", ["<sys/stat.h>", "<sys/types.h>"]),
(r"chown()", ["<sys/types.h>", "<unistd.h>"]),
- (r"chroot()", ["<unistd.h>"]),
+ #(r"chroot()", ["<unistd.h>"]),
(r"clock()", ["<time.h>"]),
- (r"close()", ["<unistd.h>"]),
+ #(r"close()", ["<unistd.h>"]),
(r"confstr()", ["<unistd.h>"]),
(r"cos()", ["<math.h>"]),
(r"cosh()", ["<math.h>"]),