chiark / gitweb /
strv: fix three minor OOM-triggered memory leaks
[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