Sign in
third-party-mirror
/
GRTEv4
/
262be5abc585813b1766119db73641d44ba3741e
/
.
/
google3
/
third_party
/
grte
/
v4_src
/
glibc-2.19
/
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"