mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 00:59:17 +08:00
libxo: Use program wrappers for exit(), etc.
This commit is contained in:
parent
ed5e02a933
commit
a1e32519dc
@ -96,6 +96,9 @@
|
||||
#ifdef HAVE_GETTEXT
|
||||
#include <libintl.h>
|
||||
#endif /* HAVE_GETTEXT */
|
||||
#ifdef __rtems__
|
||||
#include <machine/rtems-bsd-program.h>
|
||||
#endif /* __rtems__ */
|
||||
|
||||
/* Rather lame that we can't count on these... */
|
||||
#ifndef FALSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user