xref
: /
illumos-gate
/
usr
/
src
/
test
/
os-tests
/
tests
/
secflags
/
stacky.c
(revision 04427e3bf236c18cc532680b957267ee70b1037d)
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