summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-support/gnutls/gnutls/arm_eabi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-support/gnutls/gnutls/arm_eabi.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-support/gnutls/gnutls/arm_eabi.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-support/gnutls/gnutls/arm_eabi.patch b/import-layers/yocto-poky/meta/recipes-support/gnutls/gnutls/arm_eabi.patch
deleted file mode 100644
index 34c8985c1..000000000
--- a/import-layers/yocto-poky/meta/recipes-support/gnutls/gnutls/arm_eabi.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Certain syscall's are not availabe for arm-eabi, so we eliminate
-reference to them.
-
-Upstream-Status: Pending
-
-Signed-off-by: Joe Slater <jslater@windriver.com>
-
---- a/tests/seccomp.c
-+++ b/tests/seccomp.c
-@@ -49,7 +49,9 @@ int disable_system_calls(void)
- }
-
- ADD_SYSCALL(nanosleep, 0);
-+#if ! defined(__ARM_EABI__)
- ADD_SYSCALL(time, 0);
-+#endif
- ADD_SYSCALL(getpid, 0);
- ADD_SYSCALL(gettimeofday, 0);
- #if defined(HAVE_CLOCK_GETTIME)
OpenPOWER on IntegriCloud