lede-packages-rs

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

100-musl-compat.patch (284B)


      1 --- a/src/usbipd.c
      2 +++ b/src/usbipd.c
      3 @@ -453,7 +453,7 @@ static void set_signal(void)
      4  	sigaction(SIGTERM, &act, NULL);
      5  	sigaction(SIGINT, &act, NULL);
      6  	act.sa_handler = SIG_IGN;
      7 -	sigaction(SIGCLD, &act, NULL);
      8 +	sigaction(SIGCHLD, &act, NULL);
      9  }
     10  
     11  static const char *pid_file;