mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
13 lines
199 B
C
13 lines
199 B
C
|
#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
|