rx_arping handle sigchld (#691)

* rx_arping pclose gave -1 due to sigchld being ignored, fixed with sig handler doing a wait
This commit is contained in:
Dhanya Thattil
2023-03-16 11:57:30 +01:00
committed by GitHub
parent 532f76ed4f
commit bc46d0f6ab
3 changed files with 14 additions and 7 deletions

View File

@ -30,6 +30,7 @@ This document describes the differences between v7.x.x and v7.0.0
- moench being made compatible with jungfrau 2.0 boards (jungfrau structure, away from ctb)
- eiger febl and feb in versions
- fixed rx_arping error
- fix hdf5 compilation (detspec fields)