diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2026-04-18 08:17:56 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2026-04-18 08:17:56 +0000 |
| commit | 8c94a1ea155586a70369f263a5e01b26a1b37d58 (patch) | |
| tree | f6b0f016f1c80ddf4af84b0413b3b6ad0caa782f /sys | |
| parent | 4ed20e0236dd0ce64aa4d79659288a56e1b1344b (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/pipe.h | 1 |
1 files changed, 0 insertions, 1 deletions
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. */ |
