Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 08:22:24 +0000
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8c94a1ea1555 - main - pipe: retire the unused PIPE_LWANT macro
Message-ID:  <69e33f40.1cc0b.6aae4240@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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. */
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e33f40.1cc0b.6aae4240>