summaryrefslogtreecommitdiff
path: root/include/errno.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-30 20:51:31 +0000
committerEric Andersen <andersen@codepoet.org>2004-07-30 20:51:31 +0000
commit5f93ab70053b3cb6453004641c70b9ca97ba4d57 (patch)
treed539d68196fc573dfa4defd063c80bb0fe2e0c7b /include/errno.h
parent9efd18d33815d59900becfac7820902e15b6126e (diff)
Cleanup some dead wood in the header files
Diffstat (limited to 'include/errno.h')
-rw-r--r--include/errno.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/errno.h b/include/errno.h
index dfcab4789..8c7f666fe 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -47,15 +47,6 @@ __BEGIN_DECLS
extern int errno;
#endif
-#if 0
-#ifdef __USE_GNU
-
-/* The full and simple forms of the name with which the program was
- invoked. These variables are set up automatically at startup based on
- 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