CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/21 05:54:52
Modified files:
lib/libutil : imsg.c imsg.h imsg_init.3
Log message:
Adjust imsgbuf_read to return an int with either 1, 0 or -1.
Handle EAGAIN by a simple return 1 (same for the fd check).
This way the caller will poll again and then retry later.
OK tb@
