[PATCH v2 02/13] Add RWF_NOSIGNAL from Linux 6.18 to bits/uio-ext.h
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Fri Jul 3 18:01:16 GMT 2026
On 03/07/26 14:51, Florian Weimer wrote:
>> diff --git a/sysdeps/unix/sysv/linux/bits/uio-ext.h b/sysdeps/unix/sysv/linux/bits/uio-ext.h
>> index 49c8734228c..5c842b25c92 100644
>> --- a/sysdeps/unix/sysv/linux/bits/uio-ext.h
>> +++ b/sysdeps/unix/sysv/linux/bits/uio-ext.h
>> @@ -51,6 +51,7 @@ extern ssize_t process_vm_writev (pid_t __pid, const struct iovec *__lvec,
>> #define RWF_ATOMIC 0x00000040 /* Write is to be issued with torn-write
>> prevention. */
>> #define RWF_DONTCACHE 0x00000080 /* Uncached buffered IO. */
>> +#define RWF_NOSIGNAL 0x00000100 /* Do not generate SIGPIPE on error. */
>>
>> __END_DECLS
> Missing update of RWF_SUPPORTED in misc/tst-preadvwritev2-common.c?
Yes, and I should have run the tests instead of only doing the mechanical tests.
More information about the Libc-alpha
mailing list