blob: 7cb11f2c052de1ec82d9af31616a694d9156d5a6 [file] [log] [blame]
/*
* sys/resource.h
*/
#ifndef _SYS_RESOURCE_H
#define _SYS_RESOURCE_H
#include <sys/types.h> /* MUST be included first! */
#include <linux/resource.h>
__extern int getpriority(int, int);
__extern int setpriority(int, int, int);
#endif /* _SYS_RESOURCE_H */