change variable name to better fit its purpose.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4775 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-09-21 15:53:54 +00:00
parent 051f882824
commit 1470102500

View File

@ -53,7 +53,7 @@ struct rusage {
extern "C" {
#endif
extern int getrusage(int processes, struct rusage *rusage);
extern int getrusage(int who, struct rusage *rusage);
extern int getrlimit(int resource, struct rlimit * rlp);
extern int setrlimit(int resource, const struct rlimit * rlp);