fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it
RLIM_* is in the reserved namespace for this header
This commit is contained in:
parent
cac7d837cc
commit
45a3219944
1 changed files with 1 additions and 3 deletions
|
|
@ -73,9 +73,7 @@ int setpriority (int, id_t, int);
|
|||
#define RLIMIT_RTPRIO 14
|
||||
#define RLIMIT_NLIMITS 15
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
#define RLIMT_NLIMIT RLIMIT_NLIMITS
|
||||
#endif
|
||||
#define RLIM_NLIMITS RLIMIT_NLIMITS
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue