Write errors to stdout and not stderr in nptl/tst-setuid3.c
commit99d86ea324820ec7b7755377182922a6233e25fb
authorArjun Shankar <arjun.is@lostca.se>
Mon, 6 Oct 2014 04:53:17 +0000 (6 10:23 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 6 Oct 2014 04:53:17 +0000 (6 10:23 +0530)
tree59be20159b40bc50b502293c7a296896c1955ef8
parent06210a44e98960b2c591f3ffad1876e2f64337c3
Write errors to stdout and not stderr in nptl/tst-setuid3.c

nptl/tst-setuid3.c was using the `err' and `errx' functions to write
error messages. This wrote to stderr instead of the preferred stdout.
ChangeLog
nptl/tst-setuid3.c