S390: Optimize wmemset.
[glibc.git] / nss / tst-nss-static.c
blob98cf073deb3744121ba322a472da169b43881bf1
1 /* glibc test for static NSS. */
2 #include <stdio.h>
4 #define TEST_FUNCTION do_test ()
5 static int
6 do_test (void)
8 struct passwd *pw;
10 pw = getpwuid(0);
11 return pw == NULL;
15 #include "../test-skeleton.c"