diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-02-23 16:31:12 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-02-23 16:31:12 +0000 |
commit | a2dcd024401b9e98925be1bf51fa5bcc3c9d9600 (patch) | |
tree | 3945d872a1b0bc8a1562c4d946567a12e6589fb2 /main/pax-utils/musl-decl.patch | |
parent | 43529205cccbc99a3c2a27d478f43ac5cd87b4bc (diff) | |
download | aports-a2dcd024401b9e98925be1bf51fa5bcc3c9d9600.tar.bz2 aports-a2dcd024401b9e98925be1bf51fa5bcc3c9d9600.tar.xz |
main/pax-utils: upgrade to 1.9.1
Diffstat (limited to 'main/pax-utils/musl-decl.patch')
-rw-r--r-- | main/pax-utils/musl-decl.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/main/pax-utils/musl-decl.patch b/main/pax-utils/musl-decl.patch deleted file mode 100644 index cbb23ada63..0000000000 --- a/main/pax-utils/musl-decl.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- ./elf.h.orig -+++ ./elf.h -@@ -21,7 +21,9 @@ - - #include <features.h> - --__BEGIN_DECLS -+#ifdef __cplusplus -+extern "C" { -+#endif - - /* Standard ELF types. */ - -@@ -3374,7 +3376,8 @@ - - #define R_TILEGX_NUM 130 - -- --__END_DECLS -+#ifdef __cplusplus -+} -+#endif - - #endif /* elf.h */ |