summaryrefslogtreecommitdiff
path: root/missing.h
blob: 6f1e5998ec5ca80382e7d0620eb817ccc3c8171d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef foomissinghfoo
#define foomissinghfoo

/* Missing glibc definitions to access certain kernel APIs */

#include <sys/resource.h>

#ifndef RLIMIT_RTTIME
#define RLIMIT_RTTIME 15
#endif

#endif