Magellan Linux

Annotation of /trunk/mkinitrd-magellan/klibc/usr/include/sys/resource.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (hide annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 9 months ago) by niro
File MIME type: text/plain
File size: 358 byte(s)
-updated to klibc-1.5.19
1 niro 532 /*
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 niro 1122 __extern int getrusage(int, struct rusage *);
16    
17 niro 532 #endif /* _SYS_RESOURCE_H */