public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Increase MSIZE for RTEMS
@ 2017-05-25 16:53 Jeff Johnston
  0 siblings, 0 replies; only message in thread
From: Jeff Johnston @ 2017-05-25 16:53 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0008601042291502e479fd0d2738855b40f9b2b2

commit 0008601042291502e479fd0d2738855b40f9b2b2
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Fri May 19 13:04:48 2017 +0200

    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>

Diff:
---
 newlib/libc/sys/rtems/include/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/libc/sys/rtems/include/sys/param.h b/newlib/libc/sys/rtems/include/sys/param.h
index 1778ec3..06ef0ec 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-25 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-25 16:53 [newlib-cygwin] Increase MSIZE for RTEMS Jeff Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).