]> sourceware.org Git - glibc.git/commitdiff
* rt/tst-aio7.c (do_test): Don't read from stdin, which could be the
authorRoland McGrath <roland@gnu.org>
Mon, 30 Sep 2002 07:21:20 +0000 (07:21 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 30 Sep 2002 07:21:20 +0000 (07:21 +0000)
terminal when the test is running in a background job.  Instead, make
a pipe and read from its read half while never writing anything to it.

ChangeLog

index fe25b54998a263b7a4f74cceb5d0a572bd37cdcf..d4e56e1235539cf022f45c8669cd364a71b31fff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-30  Roland McGrath  <roland@redhat.com>
+
+       * rt/tst-aio7.c (do_test): Don't read from stdin, which could be the
+       terminal when the test is running in a background job.  Instead, make
+       a pipe and read from its read half while never writing anything to it.
+
 2002-09-30  Andreas Jaeger  <aj@suse.de>
 
        * iconvdata/tst-e2big.c (test): Use %td in printf for ptrdiff_t.
This page took 0.047579 seconds and 5 git commands to generate.