diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 00:46:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 00:46:31 +0000 |
commit | cd662e64be1b10615e2fb44d5f3dc97eca905a31 (patch) | |
tree | 3ce4c8efdd7bd86c94c2cd55485be726921c950b /include | |
parent | 2aa7788e7f161b9c51f3f5ec685b280fe42e380d (diff) |
tweak __progname handling some more since some [bad] apps actually try and use it
Diffstat (limited to 'include')
-rw-r--r-- | include/libc-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h index c85629042..2e372267f 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -440,6 +440,9 @@ extern int __gettimeofday(struct timeval *__restrict __tv, *__restrict __timezon # define __pthread_mutex_unlock(mutex) ((void)0) # endif +/* internal access to program name */ +extern const char *__uclibc_progname attribute_hidden; + # endif /* IS_IN_libc */ #endif /* __ASSEMBLER__ */ |