diff options
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__ */ |