kernel - support dummy reallocblks in devfs
[dragonfly.git] / test / sysperf / syscall3.c
blob04f9dc9d1380602b8b0a95981c84d9823fe085d9
1 /*
2 * syscall3.c
3 */
5 #include "blib.h"
7 int
8 main(int ac, char **av)
10 printf("(non timing) one process, endless loop calling getuid()\n");
11 for (;;)
12 getuid();
13 /* not reached */
14 return(0);