diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-10 08:13:48 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-10 08:13:48 +0000 |
commit | 0d21e364b579e386a61aff4199e3661612935704 (patch) | |
tree | 80d0f3d7a6546f12164197cf46d4bc3673de577e /testing/libexecinfo/20-define-gnu-source.patch | |
parent | 7937a81fa806fad060e2052e6b470f43312958e0 (diff) | |
download | aports-0d21e364b579e386a61aff4199e3661612935704.tar.bz2 aports-0d21e364b579e386a61aff4199e3661612935704.tar.xz |
main/libexecinfo: moved from testing
Diffstat (limited to 'testing/libexecinfo/20-define-gnu-source.patch')
-rw-r--r-- | testing/libexecinfo/20-define-gnu-source.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/libexecinfo/20-define-gnu-source.patch b/testing/libexecinfo/20-define-gnu-source.patch deleted file mode 100644 index 0ba1fc1f7e..0000000000 --- a/testing/libexecinfo/20-define-gnu-source.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- execinfo.c.orig -+++ execinfo.c -@@ -26,6 +26,7 @@ - * $Id: execinfo.c,v 1.3 2004/07/19 05:21:09 sobomax Exp $ - */ - -+#define _GNU_SOURCE - #include <sys/types.h> - #include <sys/uio.h> - #include <dlfcn.h> ---- stacktraverse.c.orig -+++ stacktraverse.c -@@ -1,3 +1,4 @@ -+#define _GNU_SOURCE - #include <stddef.h> - - #include "stacktraverse.h" ---- test.c.orig -+++ test.c -@@ -1,3 +1,4 @@ -+#define _GNU_SOURCE - #include <stdio.h> - #include <stdlib.h> - |