chiark / gitweb /
socket: optionally call accept() for incoming connections and spawn one service insta...
[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