sim: start unifying portability shims

There are some functions that gnulib does not yet provide fallbacks
for, so start a common file of our own for holding existing stubs.
This commit is contained in:
Mike Frysinger
2021-05-29 16:07:43 -04:00
parent dd8e16ea7b
commit ad9cc20970
12 changed files with 157 additions and 19 deletions

View File

@@ -1,3 +1,7 @@
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* traps-linux.c: Include portability.h.
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.

View File

@@ -20,6 +20,7 @@
/* This must come before any other includes. */
#include "defs.h"
#include "portability.h"
#include "sim-main.h"
#include "sim-syscall.h"
#include "syscall.h"