From 8c94a1ea155586a70369f263a5e01b26a1b37d58 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Sat, 18 Apr 2026 08:17:56 +0000 Subject: [PATCH] pipe: retire the unused PIPE_LWANT macro --- sys/sys/pipe.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index a83ea800c67..bcb19adc3e3 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -88,7 +88,6 @@ struct pipemapping { #define PIPE_SEL 0x040 /* Pipe has a select active. */ #define PIPE_EOF 0x080 /* Pipe is in EOF condition. */ #define PIPE_LOCKFL 0x100 /* Process has exclusive access to pointers/data. */ -#define PIPE_LWANT 0x200 /* Process wants exclusive access to pointers/data. */ #define PIPE_DIRECTW 0x400 /* Pipe direct write active. */ #define PIPE_DIRECTOK 0x800 /* Direct mode ok. */