Add definition of rlim_t

Change-Id:	Ie8c2451360cbcce9fc1587528a95aca09a03d0de
This commit is contained in:
Colin Cross 2010-01-13 16:28:13 -08:00
parent 2497f65fee
commit e9d08ba523

View File

@ -40,6 +40,8 @@
#include <linux/resource.h>
#undef getrusage
typedef unsigned long rlim_t;
__BEGIN_DECLS
extern int getpriority(int, int);