mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 22:41:37 +00:00
LFS64 alias for prlimit
issue reported/requested by Justin Cormack
This commit is contained in:
@ -57,6 +57,7 @@ int setpriority (int, id_t, int);
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
int prlimit(pid_t, int, const struct rlimit *, struct rlimit *);
|
||||
#define prlimit64 prlimit
|
||||
#endif
|
||||
|
||||
#define PRIO_PROCESS 0
|
||||
|
Reference in New Issue
Block a user