mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
13 lines
457 B
Diff
13 lines
457 B
Diff
diff -ruwN source/test/fence-image-self-test.c source-new/test/fence-image-self-test.c
|
|
--- source/test/fence-image-self-test.c 2018-04-11 06:07:58.000000000 -0600
|
|
+++ source-new/test/fence-image-self-test.c 2019-01-06 15:29:38.878720123 -0700
|
|
@@ -29,7 +29,7 @@
|
|
#include "utils.h"
|
|
|
|
|
|
-#if FENCE_MALLOC_ACTIVE && defined (HAVE_SIGACTION)
|
|
+#if FENCE_MALLOC_ACTIVE && defined (HAVE_SIGACTION) && !defined(__redox__)
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|