From a7a22ef2e967ea079da4e4d257555ad2d7f20794 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 22 Feb 2006 21:56:22 +0000 Subject: guard program_invocation_name w/ __ASSEMBLER__ --- include/errno.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/errno.h b/include/errno.h index 87edbacdb..9f3c6efcb 100644 --- a/include/errno.h +++ b/include/errno.h @@ -43,19 +43,19 @@ __BEGIN_DECLS variable. This redeclaration using the macro still works, but it will be a function declaration without a prototype and may trigger a -Wstrict-prototypes warning. */ -#ifndef __ASSEMBLER__ -# ifndef errno +# ifndef __ASSEMBLER__ +# ifndef errno extern int errno; -# endif -#endif +# endif -#if defined __USE_GNU && defined __UCLIBC_HAS_PROGRAM_INVOCATION_NAME__ +# if defined __USE_GNU && defined __UCLIBC_HAS_PROGRAM_INVOCATION_NAME__ /* 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 /* __USE_GNU */ +# endif /* __ASSEMBLER__ */ #endif /* _ERRNO_H */ __END_DECLS -- cgit v1.2.3