lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

002-fix-signal.h (1004B)


      1 --- a/pth.h.in	2015-07-16 21:14:48.786970549 +0200
      2 +++ b/pth.h.in	2015-07-16 21:15:22.439416462 +0200
      3 @@ -43,7 +43,7 @@
      4  #include <time.h>          /* for struct timespec */
      5  #include <sys/time.h>      /* for struct timeval  */
      6  #include <sys/socket.h>    /* for sockaddr        */
      7 -#include <sys/signal.h>    /* for sigset_t        */
      8 +#include <signal.h>        /* for sigset_t        */
      9  @EXTRA_INCLUDE_SYS_SELECT_H@
     10  
     11      /* fallbacks for essential typedefs */
     12 --- a/pthread.h.in	2015-07-16 21:14:58.948310639 +0200
     13 +++ b/pthread.h.in	2015-07-16 21:15:40.989869061 +0200
     14 @@ -111,7 +111,7 @@
     15  #include <sys/types.h>     /* for ssize_t         */
     16  #include <sys/time.h>      /* for struct timeval  */
     17  #include <sys/socket.h>    /* for sockaddr        */
     18 -#include <sys/signal.h>    /* for sigset_t        */
     19 +#include <signal.h>        /* for sigset_t        */
     20  #include <time.h>          /* for struct timespec */
     21  #include <unistd.h>        /* for off_t           */
     22  @EXTRA_INCLUDE_SYS_SELECT_H@