* libc/sys/rtems/include/limits.h: Update page size to match

libc/sys/rtems/machine/param.h.
This commit is contained in:
Corinna Vinschen 2013-12-10 09:20:37 +00:00
parent a3afe81551
commit a6a307d8c2
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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