s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 110a803ae125047d6251827ae7c0a1e343fda84c
parent 589b9279cbb28da506f306e0b79c0e4a19b59ef8
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Thu,  6 May 2021 09:50:21 +0000

 Comment typo fix

Diffstat:
Msrc/libs6/ftrigw_notifyb_nosig.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libs6/ftrigw_notifyb_nosig.c b/src/libs6/ftrigw_notifyb_nosig.c @@ -44,7 +44,7 @@ int ftrigw_notifyb_nosig (char const *path, char const *s, size_t len) if ((r < 0) || (size_t)r < len) { if (errno == EPIPE) unlink_void(tmp) ; - /* what to do if EGAIN ? full fifo -> fix the reader ! + /* what to do if EAGAIN ? full fifo -> fix the reader ! There's a race condition in extreme cases though ; but it's still better to be nonblocking - the writer shouldn't get in trouble because of a bad reader. */