/* glibc test for static NSS. */ #include #include static int do_test (void) { struct passwd *pw; pw = getpwuid(0); return pw == NULL; } #include