]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/nodelmod3.c
drop redundant ([eE][sS])? and [oO]? from yesexpr and noexpr in km_KH locale
[thirdparty/glibc.git] / elf / nodelmod3.c
CommitLineData
2cb8cefb 1extern int var_in_mod4;
5c80f57c 2extern int *addr (void);
2cb8cefb
UD
3
4int *
5addr (void)
6{
7 return &var_in_mod4;
8}