linamh/sys-libs/glibc/files/test-sysctl_h.c
2009-09-12 08:46:08 +00:00

8 lines
54 B
C

#include <linux/sysctl.h>
int main()
{
return 0;
}