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
Thu May 30 11:24:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git]
/
locale
/
SYS_libc.c
blob
ed34903d22a133040ef8407ef1fe354f1cde8935
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
"../version.h"
5
6
const char
_libc_intl_domainname
[] =
"SYS_GNU_libc-"
VERSION
;