forked from pool/libzio
5411d26947
- Include <signal.h> as required by pthread_sigmask OBS-URL: https://build.opensuse.org/request/show/460822 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzio?expand=0&rev=29
14 lines
315 B
Diff
14 lines
315 B
Diff
Index: libzio-1.03/lzw.h
|
|
===================================================================
|
|
--- libzio-1.03.orig/lzw.h
|
|
+++ libzio-1.03/lzw.h
|
|
@@ -48,7 +48,7 @@
|
|
#include "zioP.h"
|
|
|
|
#if defined _REENTRANT || defined _THREAD_SAFE
|
|
-# include <pthread.h>
|
|
+# include <signal.h>
|
|
weak_symbol(pthread_sigmask);
|
|
#endif
|
|
|