svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Tue Jan 3 19:04:40 UTC 2006


Author: psm
Date: 2006-01-03 11:04:37 -0800 (Tue, 03 Jan 2006)
New Revision: 13053

Log:
keep __USE_GNU for program_invocation_*_name

Modified:
   trunk/uClibc/include/errno.h


Changeset:
Modified: trunk/uClibc/include/errno.h
===================================================================
--- trunk/uClibc/include/errno.h	2006-01-03 17:17:14 UTC (rev 13052)
+++ trunk/uClibc/include/errno.h	2006-01-03 19:04:37 UTC (rev 13053)
@@ -49,7 +49,7 @@
 # endif
 #endif
 
-#ifdef __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




More information about the uClibc-cvs mailing list