mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 00:59:17 +08:00
Use a local MSIZE of 256
This commit is contained in:
parent
dc9429ca3e
commit
241fc324d2
@ -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? */
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user