mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 06:40:00 +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?
|
* PING6(8): What to do with SIGALARM?
|
||||||
|
|
||||||
|
* <sys/param.h>: Update Newlib to use a MSIZE of 256.
|
||||||
|
|
||||||
[listing]
|
[listing]
|
||||||
----
|
----
|
||||||
/* sysinit section? */
|
/* sysinit section? */
|
||||||
|
@ -40,8 +40,8 @@
|
|||||||
#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_CONFIG_H_
|
#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_CONFIG_H_
|
||||||
#define _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 */
|
/* FIXME: Update Newlib */
|
||||||
#define __NEW_RTEMS_BSD__
|
#define MSIZE 256
|
||||||
|
|
||||||
/* General define to activate BSD kernel parts */
|
/* General define to activate BSD kernel parts */
|
||||||
#define _KERNEL 1
|
#define _KERNEL 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user