chiark / gitweb /
sysv: allow configuration of SysV start priority from new-style service files, too
[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