1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +03:00
systemd-stable/missing.h
2010-01-30 02:48:05 +01:00

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