repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hurd: Add i386 fields to TLS structure
[glibc.git]
/
nss
/
tst-nss-static.c
blob
98cf073deb3744121ba322a472da169b43881bf1
1
/* glibc test for static NSS. */
2
#include <stdio.h>
3
4
#define TEST_FUNCTION do_test ()
5
static int
6
do_test
(
void
)
7
{
8
struct
passwd
*
pw
;
9
10
pw
=
getpwuid
(
0
);
11
return
pw
==
NULL
;
12
}
13
14
15
#include
"../test-skeleton.c"