* libc/sys/rtems/include/limits.h: Update page size to match
libc/sys/rtems/machine/param.h.
This commit is contained in:
parent
a3afe81551
commit
a6a307d8c2
@ -1,3 +1,8 @@
|
||||
2013-12-10 Chirayu Desai <chirayudesai1@gmail.com>
|
||||
|
||||
* libc/sys/rtems/include/limits.h: Update page size to match
|
||||
libc/sys/rtems/machine/param.h.
|
||||
|
||||
2013-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libc/sys/rtems/sys/cpuset.h: Use __inline instead of inline.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user