#include #include <9pm/u.h> #include <9pm/libc.h> int sleep(long msec) { /* * BUG: check whether we were interrupted. */ Sleep(msec); return 0; }