git: 8c94a1ea1555 - main - pipe: retire the unused PIPE_LWANT macro
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Apr 2026 08:22:24 UTC
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=8c94a1ea155586a70369f263a5e01b26a1b37d58
commit 8c94a1ea155586a70369f263a5e01b26a1b37d58
Author: Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2026-04-18 08:17:56 +0000
Commit: Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2026-04-18 08:17:56 +0000
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 a83ea800c677..bcb19adc3e37 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. */