mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
c792262b13
The read() underlying fgets() can be interrupted by a signal handler causing fgets() to return NULL. Before we started handling SIGWINCH, the odds of interrupting a read were low and typically resulted in termination anyway. Replace all fgets calls with a wrapper that retries in EINTR. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> |
||
---|---|---|
.. | ||
libalpm |