]> sourceware.org Git - glibc.git/commit - io/tst-linkat.c
tests: replace write by xwrite
authorFrédéric Bérat <fberat@redhat.com>
Thu, 1 Jun 2023 16:40:05 +0000 (12:40 -0400)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 1 Jun 2023 16:40:05 +0000 (12:40 -0400)
commit026a84a54d3b6c23b999b793e2a6f8ecd211e3b8
treea2d31c6c98b1de645aee08e9f8d907ec1961bd7d
parenta8c888997845c5192e446176374c2e13bb3e2195
tests: replace write by xwrite

Using write without cheks leads to warn unused result when __wur is
enabled.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
32 files changed:
dirent/tst-fdopendir.c
io/tst-faccessat.c
io/tst-fchmodat.c
io/tst-fchownat.c
io/tst-fstatat.c
io/tst-futimesat.c
io/tst-linkat.c
io/tst-openat.c
io/tst-renameat.c
io/tst-symlinkat.c
io/tst-unlinkat.c
libio/bug-ungetc.c
libio/bug-ungetc3.c
libio/bug-ungetc4.c
libio/bug-wfflush.c
libio/bug-wsetpos.c
nptl/tst-stackguard1.c
nptl/tst-tls3.c
nptl/tst-tls3mod.c
rt/tst-cpuclock2.c
rt/tst-cputimer1.c
rt/tst-cputimer2.c
rt/tst-cputimer3.c
support/test-container.c
sysdeps/pthread/tst-cond18.c
sysdeps/pthread/tst-flock1.c
sysdeps/pthread/tst-flock2.c
sysdeps/pthread/tst-key1.c
sysdeps/pthread/tst-signal1.c
sysdeps/pthread/tst-signal2.c
sysdeps/pthread/tst-timer.c
time/tst-cpuclock1.c
This page took 0.05466 seconds and 5 git commands to generate.