pipe: retire the unused PIPE_LWANT macro

This commit is contained in:
Mateusz Guzik
2026-04-18 08:17:56 +00:00
parent 4ed20e0236
commit 8c94a1ea15
-1
View File
@@ -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. */