View | Details | Raw Unified | Return to bug 197864
Collapse All | Expand All

(-)devel/libev/files/patch-ev.c (-1 / +12 lines)
Lines 1-6 Link Here
1
--- ./ev.c.orig	2011-02-09 00:17:37.000000000 +0100
1
--- ./ev.c.orig	2011-02-09 00:17:37.000000000 +0100
2
+++ ./ev.c	2011-08-19 17:01:35.000000000 +0200
2
+++ ./ev.c	2011-08-19 17:01:35.000000000 +0200
3
@@ -1591,10 +1591,12 @@
3
@@ -967,8 +967,8 @@
4
   #define ecb_unreachable() __builtin_unreachable ()
5
 #else
6
   /* this seems to work fine, but gcc always emits a warning for it :/ */
7
-  ecb_inline void ecb_unreachable (void) ecb_noreturn;
8
-  ecb_inline void ecb_unreachable (void) { }
9
+  ecb_inline ecb_noreturn void ecb_unreachable (void);
10
+  ecb_inline ecb_noreturn void ecb_unreachable (void) { }
11
 #endif
12
 
13
 /* try to tell the compiler that some condition is definitely true */
14
@@ -2443,10 +2443,12 @@
4
   unsigned int flags = ev_supported_backends ();
15
   unsigned int flags = ev_supported_backends ();
5
 
16
 
6
 #ifndef __NetBSD__
17
 #ifndef __NetBSD__

Return to bug 197864