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
elf: Ignore LD_PROFILE for setuid binaries
[glibc.git]
/
wcsmbs
/
tst-wchar-h.c
blob
047ba6c37709196b9ea61265120c9d843bf8c59b
1
#include <stdlib.h>
2
#include <wchar.h>
3
4
static int
5
do_test
(
void
)
6
{
7
mbstate_t
x
;
8
return sizeof
(
x
) -
sizeof
(
mbstate_t
);
9
}
10
11
#include <support/test-driver.c>