projects
/
dss.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Simplify split_args().
[dss.git]
/
sig.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
int
signal_init
(
void
);
4
int
install_sighandler
(
int
);
5
int
next_signal
(
void
);
6
void
signal_shutdown
(
void
);
7
int
reap_child
(
pid_t
*
pid
,
int
*
status
);