| plan 9 kernel history: overview | file list | diff list |
1991/1216/port/sysproc.c (diff list | history)
| 1991/1216/sys/src/9/port/sysproc.c:397,403 – 1991/1219/sys/src/9/port/sysproc.c:397,407 (short | long | prev | next) | ||
| 1990/0227 | long syssleep(ulong *arg) { | |
| 1991/1219 | if(arg[0] == 0) sched(); else tsleep(&u->p->sleep, return0, 0, arg[0]); | |
| 1990/0227 | return 0; } | |