Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
86a8c0faacc1d977adc9480f973b0fff4eb6a4e1
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
nss
/
tst-nss-static.c
blob: 98cf073deb3744121ba322a472da169b43881bf1 [
file
] [
log
] [
blame
]
/* glibc test for static NSS. */
#include
<stdio.h>
#define
TEST_FUNCTION do_test
()
static
int
do_test
(
void
)
{
struct
passwd
*
pw
;
pw
=
getpwuid
(
0
);
return
pw
==
NULL
;
}
#include
"../test-skeleton.c"