summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-19 13:04:48 +0200
committerJeff Johnston <jjohnstn@redhat.com>2017-05-25 12:33:59 -0400
commit0008601042291502e479fd0d2738855b40f9b2b2 (patch)
tree49e8cfde7d7f62ba51a120bccf5b35b16c144bc0
parent2efb1170473ac0c560978567f39a0d69883a2f8b (diff)
downloadcygnal-0008601042291502e479fd0d2738855b40f9b2b2.tar.gz
cygnal-0008601042291502e479fd0d2738855b40f9b2b2.tar.bz2
cygnal-0008601042291502e479fd0d2738855b40f9b2b2.zip
Increase MSIZE for RTEMS
Increase the MSIZE for RTEMS to be in line with the latest FreeBSD version. The legacy network stack of RTEMS will provides its own definition. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
-rw-r--r--newlib/libc/sys/rtems/include/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/rtems/include/sys/param.h b/newlib/libc/sys/rtems/include/sys/param.h
index 1778ec3a8..06ef0ecff 100644
--- a/newlib/libc/sys/rtems/include/sys/param.h
+++ b/newlib/libc/sys/rtems/include/sys/param.h
@@ -99,7 +99,7 @@
* MCLBYTES must be no larger than PAGE_SIZE.
*/
#ifndef MSIZE
-#define MSIZE 128 /* size of an mbuf */
+#define MSIZE 256 /* size of an mbuf */
#endif
#ifndef MCLSHIFT