Introduce TinyHttp server
[lcapit-junk-code.git] / sched-slice-oops.c
blob6633aff0bacf5d21755eb961dd92cfa8bf2e7ee7
1 /* This program used to crash 2.6.24-rc kernels.
2 *
3 * See commit 77034937dc4575ca0a76bf209838ecd39e804089 in Linus' tree.
4 *
5 * Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
6 */
7 #include <stdio.h>
8 #include <sched.h>
10 int main(void)
12 sched_rr_get_interval(1, NULL);
13 return 0;