-
log: handle EINTR in read() · e0c19806Christian Brauner authored
We don't want to link log.{c,h} against utils.{c,h} for the sake of our static builds init.lxc.static. This means lxc_write_nointr() will not be available. So handle it EINTR. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
×