1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-06 13:17:44 +03:00

[PATCH] merge

This commit is contained in:
greg@kroah.com 2004-10-13 23:16:02 -07:00 committed by Greg KH
parent a6150f4a8a
commit f93987240e

1
udev.c
View File

@ -154,7 +154,6 @@ int main(int argc, char *argv[], char *envp[])
/* set signal handlers */
act.sa_handler = (void (*) (int))sig_handler;
sigemptyset (&act.sa_mask);
/* alarm must interrupt syscalls*/
sigaction(SIGALRM, &act, NULL);