]> sourceware.org Git - glibc.git/commit
Write messages to stdout and use write_message instead of write
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 1 Nov 2016 00:09:12 +0000 (22:09 -0200)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 8 Nov 2016 00:09:42 +0000 (22:09 -0200)
commite0c6851980806f2a51b37e3e37fc9a48420a4a83
treef92bf9d475e48293155946e53dcef64a40f94c0c
parentd5b38790950533e80d1fc7c79cab4eacef626547
Write messages to stdout and use write_message instead of write

Replaces calls to write on file descriptor 2 with calls to write_message,
which writes to STDOUT_FILENO (1) and properly deals with the return of
write.
ChangeLog
nptl/tst-basic1.c
nptl/tst-cleanup1.c
nptl/tst-cleanup3.c
nptl/tst-key1.c
nptl/tst-key2.c
nptl/tst-key3.c
nptl/tst-stdio1.c
nptl/tst-stdio2.c
This page took 0.041407 seconds and 5 git commands to generate.