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