mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Define __libc_initial for the static libc
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
4331769c0f
commit
eb0e50e9a1
@ -53,6 +53,9 @@ extern __typeof (__profile_frequency) __profile_frequency attribute_hidden;
|
|||||||
is not for an audit module, not loaded via dlmopen, and not loaded
|
is not for an audit module, not loaded via dlmopen, and not loaded
|
||||||
via static dlopen either). */
|
via static dlopen either). */
|
||||||
extern _Bool __libc_initial attribute_hidden;
|
extern _Bool __libc_initial attribute_hidden;
|
||||||
|
#else
|
||||||
|
/* The static libc is always the initial namespace. */
|
||||||
|
# define __libc_initial ((_Bool) 1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _LIBC_INTERNAL */
|
#endif /* _LIBC_INTERNAL */
|
||||||
|
Loading…
Reference in New Issue
Block a user