chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / klibc / include / sys / resource.h
1 /*
2  * sys/resource.h
3  */
4
5 #ifndef _SYS_RESOURCE_H
6 #define _SYS_RESOURCE_H
7
8 #include <klibc/extern.h>
9 #include <sys/types.h>          /* MUST be included before linux/resource.h */
10 #include <linux/resource.h>
11
12 __extern int getpriority(int, int);
13 __extern int setpriority(int, int, int);
14
15 #endif /* _SYS_RESOURCE_H */