summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libbsd.txt2
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-config.h.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/libbsd.txt b/libbsd.txt
index f2f4c1b6..a4285737 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -107,6 +107,8 @@ the current Git submodule commit is this
* PING6(8): What to do with SIGALARM?
+* <sys/param.h>: Update Newlib to use a MSIZE of 256.
+
[listing]
----
/* sysinit section? */
diff --git a/rtemsbsd/include/machine/rtems-bsd-config.h.in b/rtemsbsd/include/machine/rtems-bsd-config.h.in
index 803e01d2..066bcdfb 100644
--- a/rtemsbsd/include/machine/rtems-bsd-config.h.in
+++ b/rtemsbsd/include/machine/rtems-bsd-config.h.in
@@ -40,8 +40,8 @@
#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_CONFIG_H_
#define _RTEMS_BSD_MACHINE_RTEMS_BSD_CONFIG_H_
-/* XXX hack so /opt.../machine/param.h can disable MSIZE and use this one */
-#define __NEW_RTEMS_BSD__
+/* FIXME: Update Newlib */
+#define MSIZE 256
/* General define to activate BSD kernel parts */
#define _KERNEL 1