]> git.ipfire.org Git - people/ms/systemd.git/blame - missing.h
cgroup: if we are already in our own cgroup, then reuse it
[people/ms/systemd.git] / missing.h
CommitLineData
b9f880f4
LP
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