summaryrefslogtreecommitdiff
path: root/include/errno.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-03 06:55:52 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-03 06:55:52 +0000
commit0e09af6c8e563c0ed8513f631e0bb5caafdb3a85 (patch)
treea98e3fba132ae49229e27242d943e1f82c4a5bcb /include/errno.h
parentb327d72589bb202a9e908981db4240567464e983 (diff)
add optional support for program_invocation_name/program_invocation_short_name
Diffstat (limited to 'include/errno.h')
-rw-r--r--include/errno.h2
1 files changed, 1 insertions, 1 deletions
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