1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00
systemd/missing.h

13 lines
199 B
C
Raw Normal View History

2010-01-30 04:48:05 +03:00
#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