send showerror output to kernel log if neither dos nor intuition are available
[cake.git] / test / clib / usleep.c
blob0a46f7fbe0b6b633067473cb8dda3eda5b2d5881
1 #include "test.h"
2 #include <stdio.h>
3 #include <unistd.h>
5 int main()
7 TEST((usleep(1000000) != -1));
8 return OK;
11 void cleanup()