summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-04 09:12:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-11-04 15:28:21 +0100
commit241fc324d25495ca6a56ef9e722227d9e824bc0c (patch)
tree7ea463edffe0105bca7e1fa6606ae159da14e480
parentsyscalls01: Update due to RTEMS changes (diff)
downloadrtems-libbsd-241fc324d25495ca6a56ef9e722227d9e824bc0c.tar.bz2
Use a local MSIZE of 256
-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