From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann E. MORIN Date: Fri, 12 Aug 2016 22:50:00 +0200 Subject: [Buildroot] [PATCH 7/8] package/linknx: drop a musl-compatibility patch In-Reply-To: References: Message-ID: <00defd00b4a94479e2cc50ce12d72ddad9f8a533.1471033837.git.yann.morin.1998@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net We now always have a sys/cdefs.h, so we can drop this patch. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni --- package/linknx/0002-musl-cdefs.patch | 37 ------------------------------------ 1 file changed, 37 deletions(-) delete mode 100644 package/linknx/0002-musl-cdefs.patch diff --git a/package/linknx/0002-musl-cdefs.patch b/package/linknx/0002-musl-cdefs.patch deleted file mode 100644 index 59e28ca..0000000 --- a/package/linknx/0002-musl-cdefs.patch +++ /dev/null @@ -1,37 +0,0 @@ -Do not use the non-standard header - - is glibc-specific, and should be used only internally by -glibc, not by external libraries/programs. It is not available in all -standard C libraries. - -Signed-off-by: Bernd Kuhls -(Patch sent upstream: https://sourceforge.net/p/linknx/patches/21/) - -diff -uNr linknx-0.0.1.32.org/include/eibclient.h linknx-0.0.1.32/include/eibclient.h ---- linknx-0.0.1.32.org/include/eibclient.h 2007-10-11 01:55:33.000000000 +0200 -+++ linknx-0.0.1.32/include/eibclient.h 2016-01-23 23:21:17.315006629 +0100 -@@ -27,11 +27,12 @@ - #ifndef EIBCLIENT_H - #define EIBCLIENT_H - --#include "sys/cdefs.h" - #include "stdint.h" - #include - --__BEGIN_DECLS; -+#ifdef __cplusplus -+extern "C" { -+#endif - - #include "eibloadresult.h" - -@@ -705,5 +706,8 @@ - */ - int EIB_LoadImage_async (EIBConnection * con, const uint8_t * image, int len); - --__END_DECLS -+#ifdef __cplusplus -+} -+#endif -+ - #endif -- 2.7.4