chiark / gitweb /
main: don't verify that we have no trailing args since the kernel sometimes passes...
[elogind.git] / missing.h
1 #ifndef foomissinghfoo
2 #define foomissinghfoo
3
4 /* Missing glibc definitions to access certain kernel APIs */
5
6 #include <sys/resource.h>
7
8 #ifndef RLIMIT_RTTIME
9 #define RLIMIT_RTTIME 15
10 #endif
11
12 #endif