File: SYS_libc.c

package info (click to toggle)
belocs-locales-bin 2.4-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,204 kB
  • ctags: 2,053
  • sloc: ansic: 22,866; sh: 1,115; perl: 281; makefile: 118
file content (7 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (47)
1
2
3
4
5
6
7
/* Define a constant for the dgettext domainname for libc internal messages,
   so the string constant is not repeated in dozens of object files.  */

#include <libintl.h>

const char _libc_intl_domainname[] = "libc";
libc_hidden_data_def (_libc_intl_domainname)