%PDF- %PDF-
Direktori : /glibc-2.29/nss/ |
Current File : //glibc-2.29/nss/tst-nss-static.c |
/* glibc test for static NSS. */ #include <stdio.h> #include <support/support.h> static int do_test (void) { struct passwd *pw; pw = getpwuid(0); return pw == NULL; } #include <support/test-driver.c>