GNOME Bugzilla – Bug 56364
Please backport fixed test for fd_set
Last modified: 2011-02-18 15:47:08 UTC
Please backport the fix for the test for fd_set from 1.3.x. It's needed because the test used in 1.2.x doesn't work on QNX Neutrino. The change is 1999-03-14 Raja R Harinath <harinath@cs.umn.edu> * configure.in (glibconfig.h): Remove widechar tests and defines. (fd_set): Change the grep for `fd_mask' to search for `fd_set'. I mean this part ^^^^^^^^^^^^^^^^^^^^^^^^^^ * gerror.c (fd_mask): Remove conditional typedef. It is not used elsewhere in the file. * gmain.c (fd_mask): Likewise.
I have verified that changing `fd_mask' to `fd_set' in configure.in is sufficient on QNX Neutrino. No more problems after that.
Mon Mar 11 15:19:01 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Backport from HEAD of fix by Raja R Harinath: (fd_set): Change the grep for `fd_mask' to search for `fd_set'. (#56364)