mirror of git://sourceware.org/git/glibc.git
Define __libc_initial for the static libc
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit eb0e50e9a1
)
This commit is contained in:
parent
c0af0c2ba0
commit
586e4cd8c6
|
@ -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
|
||||
via static dlopen either). */
|
||||
extern _Bool __libc_initial attribute_hidden;
|
||||
#else
|
||||
/* The static libc is always the initial namespace. */
|
||||
# define __libc_initial ((_Bool) 1)
|
||||
#endif
|
||||
|
||||
#endif /* _LIBC_INTERNAL */
|
||||
|
|
Loading…
Reference in New Issue