From 0e09af6c8e563c0ed8513f631e0bb5caafdb3a85 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 3 Jan 2006 06:55:52 +0000 Subject: add optional support for program_invocation_name/program_invocation_short_name --- include/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/errno.h') diff --git a/include/errno.h b/include/errno.h index 203a62e3e..87b35b0bb 100644 --- a/include/errno.h +++ b/include/errno.h @@ -49,7 +49,7 @@ extern int errno; # endif #endif -#if 0 /*def __USE_GNU uClibc note: not supported */ +#ifdef __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 -- cgit v1.2.3