Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-12-10 13:20:37 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-12-10 13:20:37 +0400
commita6a307d8c2983656ac207bba6c59b44e13ad377d (patch)
tree0569369b319ec436efeac9470531889c14c03aa7
parenta3afe81551b5984ff9a9509261b0d534ef7dfc89 (diff)
* libc/sys/rtems/include/limits.h: Update page size to match
libc/sys/rtems/machine/param.h.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/sys/rtems/include/limits.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 9e9f0fa2f..6d4d773c3 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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.
diff --git a/newlib/libc/sys/rtems/include/limits.h b/newlib/libc/sys/rtems/include/limits.h
index 25a47b2b1..ac00e0c50 100644
--- a/newlib/libc/sys/rtems/include/limits.h
+++ b/newlib/libc/sys/rtems/include/limits.h
@@ -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