aboutsummaryrefslogtreecommitdiffstats
path: root/tools/usb/usbip/src/usbipd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/usb/usbip/src/usbipd.c')
-rw-r--r--tools/usb/usbip/src/usbipd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/usb/usbip/src/usbipd.c b/tools/usb/usbip/src/usbipd.c
index 009afb4a3aae..c6dad2a13c80 100644
--- a/tools/usb/usbip/src/usbipd.c
+++ b/tools/usb/usbip/src/usbipd.c
@@ -456,7 +456,7 @@ static void set_signal(void)
456 sigaction(SIGTERM, &act, NULL); 456 sigaction(SIGTERM, &act, NULL);
457 sigaction(SIGINT, &act, NULL); 457 sigaction(SIGINT, &act, NULL);
458 act.sa_handler = SIG_IGN; 458 act.sa_handler = SIG_IGN;
459 sigaction(SIGCLD, &act, NULL); 459 sigaction(SIGCHLD, &act, NULL);
460} 460}
461 461
462static const char *pid_file; 462static const char *pid_file;