mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Fix file semantics
Signed-off-by: Vinothkumar Siddharth <sidvin@amazon.com>
This commit is contained in:
parent
ec45a47f93
commit
9fa5e857e5
@ -27,8 +27,7 @@ static void sigdown(int signo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void sigreap(int signo) {
|
static void sigreap(int signo) {
|
||||||
while (waitpid(-1, NULL, WNOHANG) > 0)
|
while (waitpid(-1, NULL, WNOHANG) > 0);
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user