[Patches] [Patch #101682] poll fix for glibc 2.0.7

noreply@sourceforge.net noreply@sourceforge.net
Thu, 28 Sep 2000 14:35:53 -0700


Patch #101682 has been updated. 

Project: 
Category: library
Status: Closed
Summary: poll fix for glibc 2.0.7

Follow-Ups:

Date: 2000-Sep-27 12:28
By: nascheme

Comment:
Debian 2.1 (glibc 2.0.7.19981211) poll.h does not contain defines for POLLRDNORM and friends.  After this patch the selectmodule compiles but test_poll fails with:
  File "Lib/test/test_poll.py", line 77, in poll_unit_tests
    r = p.poll()
error: (9, 'Bad file descriptor')

The kernel is 2.0.38 if that makes a difference.
-------------------------------------------------------

Date: 2000-Sep-28 14:35
By: akuchling

Comment:
Accepted, modified to check for the existence of
each #define individually.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101682&group_id=5470