Remove powerpc, sparc fdim inlines (bug 22987).
[glibc.git] / nss / tst-nss-static.c
blob6c3dc07622d355bb991830b09dd8f19794dfdc37
1 /* glibc test for static NSS. */
2 #include <stdio.h>
4 #include <support/support.h>
6 static int
7 do_test (void)
9 struct passwd *pw;
11 pw = getpwuid(0);
12 return pw == NULL;
16 #include <support/test-driver.c>