mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 05:43:33 +08:00
Avoid use of "maxfiles" and "maxfilesperproc"
This commit is contained in:
@@ -51,8 +51,6 @@
|
||||
int maxproc = 32; /* XXX Used value of rtems KERN_MAXPROC */
|
||||
int ngroups_max = NGROUPS_MAX; /* XXX */
|
||||
|
||||
int maxfiles = 7; /* XXX sys. wide open files limit */
|
||||
int maxfilesperproc = 27; /* XXX per-proc open files limit */
|
||||
uintptr_t dpcpu_off[MAXCPU];
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user