CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2019/07/14 04:21:11
Modified files: sys/sys : pipe.h sys/kern : sys_pipe.c Log message: rename PIPE_WANT to PIPE_WANTD. PIPE_WANT flag is used for signaling the pipe is about to be run-down. Pending readers/writers will wakeup the closing thread which is waiting. We already have PIPE_WANTR, PIPE_WANTW and PIPE_LWANT flags, so PIPE_WANT isn't really descriptive. No functional changes intented. ok visa@ anton@ mpi@