summaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg/opkg/sighandlerfix.patch
blob: b60245f581163411426924ab6bb2d44333bd5e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: opkg/libopkg/opkg_install.c
===================================================================
--- opkg.orig/libopkg/opkg_install.c	2009-05-23 00:20:04.000000000 +0100
+++ opkg/libopkg/opkg_install.c	2009-05-23 00:20:09.000000000 +0100
@@ -21,7 +21,9 @@
 #include <glob.h>
 #include <time.h>
 #include <signal.h>
+#ifndef __USE_GNU
 typedef void (*sighandler_t)(int);
+#endif
 
 #include "pkg.h"
 #include "pkg_hash.h"