Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Roland McGrath committed Sep 30, 2002
1 parent 8fe802e commit 78dfb64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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.
Expand Down

0 comments on commit 78dfb64

Please sign in to comment.