xref
: /
illumos-gate
/
usr
/
src
/
test
/
os-tests
/
tests
/
secflags
/
stacky.c
(revision 8c69cc8fbe729fa7b091e901c4b50508ccc6bb33)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
unistd.h
>
2
3
int
4
main
(
int
argc
,
char
**
argv
)
5
{
6
sleep
(
100000
);
7
return
(0);
8
}
9