Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
root
/
usr
/
src
/
test
/
os-tests
/
tests
/
secflags
/stacky.c
#include
<
unistd.h
>
int
main
(
int
argc,
char
**argv)
{
(
void
)
sleep
(100000);
return
(0);
}