repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PLT use due to __libc_alloca_cutoff.
[glibc.git]
/
locale
/
SYS_libc.c
blob
a879b68a25d1155983b849852e913b0db525664c
1
/* Define a constant for the dgettext domainname for libc internal messages,
2
so the string constant is not repeated in dozens of object files. */
3
4
#include <libintl.h>
5
6
const char
_libc_intl_domainname
[] =
"libc"
;
7
libc_hidden_data_def
(
_libc_intl_domainname
)