mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
* retry various system calls on EINTR * retry the rest after a short read (common if there is more than about 1K of output) * block SIGCHLD like system(3) does (note that this does not and cannot work fully in threaded programs, they will need to be careful with wait functions) PR: 90580 |
||
|---|---|---|
| .. | ||
| libc | ||
| libmp | ||
| libutil | ||
| msun | ||