From 5f93ab70053b3cb6453004641c70b9ca97ba4d57 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 30 Jul 2004 20:51:31 +0000 Subject: Cleanup some dead wood in the header files --- include/errno.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/errno.h') 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 -- cgit v1.2.3