OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
root
/
regress
/
bin
/
ps
/shortsleep.c
#include
<
unistd.h
>
int
main
(
void
)
{
sleep
(5);
return
0;
}