mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 21:34:25 +08:00
Added maxfiles, maxfilesperproc, cold, and dpcpu_off variables.
This commit is contained in:
@@ -30,6 +30,11 @@
|
||||
#include <freebsd/sys/malloc.h>
|
||||
#include <freebsd/sys/uio.h>
|
||||
|
||||
int maxfiles = 7; /* XXX sys. wide open files limit */
|
||||
int maxfilesperproc = 27; /* XXX per-proc open files limit */
|
||||
int cold = 1; /* XXX Wasn't sure where to put this */
|
||||
uintptr_t dpcpu_off[MAXCPU];
|
||||
|
||||
int
|
||||
copyout(const void *kaddr, void *udaddr, size_t len)
|
||||
{
|
||||
|
Reference in New Issue
Block a user