summaryrefslogtreecommitdiffstats
path: root/main/memcached/musl-includes.patch
blob: 558931e4f510544c7dcd359092261229ee6ab13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--- memcached-1.4.15.orig/assoc.c
+++ memcached-1.4.15/assoc.c
@@ -14,8 +14,8 @@
 #include "memcached.h"
 #include <sys/stat.h>
 #include <sys/socket.h>
-#include <sys/signal.h>
 #include <sys/resource.h>
+#include <signal.h>
 #include <fcntl.h>
 #include <netinet/in.h>
 #include <errno.h>
--- memcached-1.4.15.orig/items.c
+++ memcached-1.4.15/items.c
@@ -2,13 +2,13 @@
 #include "memcached.h"
 #include <sys/stat.h>
 #include <sys/socket.h>
-#include <sys/signal.h>
 #include <sys/resource.h>
 #include <fcntl.h>
 #include <netinet/in.h>
 #include <errno.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <signal.h>
 #include <string.h>
 #include <time.h>
 #include <assert.h>
--- memcached-1.4.15.orig/slabs.c
+++ memcached-1.4.15/slabs.c
@@ -10,7 +10,6 @@
 #include "memcached.h"
 #include <sys/stat.h>
 #include <sys/socket.h>
-#include <sys/signal.h>
 #include <sys/resource.h>
 #include <fcntl.h>
 #include <netinet/in.h>
@@ -18,6 +17,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <signal.h>
 #include <assert.h>
 #include <pthread.h>