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:
parent
051f882824
commit
1470102500
@ -53,7 +53,7 @@ struct rusage {
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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 getrlimit(int resource, struct rlimit * rlp);
|
||||||
extern int setrlimit(int resource, const struct rlimit * rlp);
|
extern int setrlimit(int resource, const struct rlimit * rlp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user