mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 19:20:51 +08:00
Add BURN_BRIDGES global kernel option
This commit is contained in:
parent
21ea762051
commit
0904e33714
@ -58,6 +58,11 @@
|
|||||||
#include <machine/rtems-bsd-version.h>
|
#include <machine/rtems-bsd-version.h>
|
||||||
#include <machine/rtems-bsd-kernel-namespace.h>
|
#include <machine/rtems-bsd-kernel-namespace.h>
|
||||||
|
|
||||||
|
/* Global kernel options */
|
||||||
|
|
||||||
|
/* We do not need user space backward compatibility */
|
||||||
|
#define BURN_BRIDGES 1
|
||||||
|
|
||||||
/* Assert */
|
/* Assert */
|
||||||
|
|
||||||
void rtems_bsd_assert_func(const char *file, int line, const char *func, const char *expr);
|
void rtems_bsd_assert_func(const char *file, int line, const char *func, const char *expr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user