summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-15 16:56:14 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-15 16:56:14 +0000
commit6889eeaea68e9e7d5c3254db9e267719f5018443 (patch)
treeded6c4e9c080b7d3ade2f99c5a8b75ae493c004f /include
parent245b25a3d140d868c5b3442abfeb5e547e6fbd07 (diff)
Turn off program_invocation_name and friend
Diffstat (limited to 'include')
-rw-r--r--include/errno.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h
index 645a439db..dfcab4789 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -47,6 +47,7 @@ __BEGIN_DECLS
extern int errno;
#endif
+#if 0
#ifdef __USE_GNU
/* The full and simple forms of the name with which the program was
@@ -54,6 +55,7 @@ extern int errno;
the value of ARGV[0] (this works only if you use GNU ld). */
extern char *program_invocation_name, *program_invocation_short_name;
#endif /* __USE_GNU */
+#endif
#endif /* _ERRNO_H */
__END_DECLS