CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/07 09:54:23
Modified files:
sys/kern : uipc_socket2.c
Log message:
rw_enter() with RW_NOSLEEP returns EBUSY and not the expected EWOULDBLOCK
This fixes random gmake failures during ports builds caused by:
gmake[2]: *** read jobs pipe: Device busy. Stop.
Fix verified by tb@ on his bulk build box
OK mvs@ tb@
