glibc/sysdeps
Frédéric Bérat 20b6b8e8a5 tests: replace read by xread
With fortification enabled, read calls return result needs to be checked,
has it gets the __wur macro enabled.

Note on read call removal from  sysdeps/pthread/tst-cancel20.c and
sysdeps/pthread/tst-cancel21.c:
It is assumed that this second read call was there to overcome the race
condition between pipe closure and thread cancellation that could happen
in the original code. Since this race condition got fixed by
d0e3ffb7a5 the second call seems
superfluous. Hence, instead of checking for the return value of read, it
looks reasonable to simply remove it.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2023-06-19 09:14:56 -04:00
..
aarch64 Fix a few more typos I missed in previous round -- BZ 25337 2023-06-02 23:46:32 +00:00
alpha Fix a few more typos I missed in previous round -- BZ 25337 2023-06-02 23:46:32 +00:00
arc
arm
csky
generic
gnu
hppa Fix a few more typos I missed in previous round -- BZ 25337 2023-06-02 23:46:32 +00:00
htl
hurd
i386
ia64
ieee754
loongarch LoongArch: Add support for dl_runtime_profile 2023-06-13 10:27:45 +08:00
m68k
mach hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilist 2023-06-15 10:05:25 +02:00
microblaze
mips
nios2
nptl
or1k
posix hurd: writev: Get rid of alloca 2023-06-19 02:45:19 +02:00
powerpc
pthread tests: replace read by xread 2023-06-19 09:14:56 -04:00
riscv
s390
sh
sparc
unix grantpt: Get rid of alloca 2023-06-18 01:08:04 +02:00
wordsize-32
wordsize-64
x86 x86: Make the divisor in setting non_temporal_threshold cpu specific 2023-06-12 11:33:39 -05:00
x86_64