After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 56364 - Please backport fixed test for fd_set
Please backport fixed test for fd_set
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
1.2.x
Other Neutrino
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2001-06-18 19:50 UTC by Pavel Roskin
Modified: 2011-02-18 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pavel Roskin 2001-06-18 19:50:53 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.
Comment 1 Pavel Roskin 2001-06-19 15:37:19 UTC
I have verified that changing `fd_mask' to `fd_set' in configure.in is
sufficient on QNX Neutrino. No more problems after that.

Comment 2 Owen Taylor 2002-03-11 20:20:59 UTC
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)