* libc/sys/rtems/include/limits.h: Update page size to match
libc/sys/rtems/machine/param.h.
This commit is contained in:
@ -66,7 +66,7 @@
|
||||
#define DELAYTIMER_MAX 32
|
||||
#define MQ_OPEN_MAX 8
|
||||
#define MQ_PRIO_MAX 32
|
||||
#define PAGESIZE 1
|
||||
#define PAGESIZE (1<<12)
|
||||
#define RTSIG_MAX 8
|
||||
#define SEM_NSEMS_MAX 256
|
||||
#define SEM_VALUE_MAX 32767
|
||||
|
Reference in New Issue
Block a user