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