Don't claim broken pipes are unreadable. (Well, they are, but read()

2003-01-04  Tor Lillqvist  <tml@iki.fi>

	* glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
	broken pipes are unreadable. (Well, they are, but read() handles
	it, and treats it like EOF.)
This commit is contained in:
Tor Lillqvist
2003-01-04 05:43:06 +00:00
committed by Tor Lillqvist
parent 53266027ee
commit a0821bd753
7 changed files with 37 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2003-01-04 Tor Lillqvist <tml@iki.fi>
* glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
broken pipes are unreadable. (Well, they are, but read() handles
it, and treats it like EOF.)
Thu Jan 2 16:19:15 2003 Manish Singh <yosh@gimp.org>
* configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for