[Bug 684446] Review Request: libkqueue - A userspace implementation of the kqueue kernel event notification mechanism

bugzilla at redhat.com bugzilla at redhat.com
Sat Feb 4 20:50:25 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=684446

--- Comment #7 from John Haxby <jch at thehaxbys.co.uk> 2012-02-04 15:50:23 EST ---
Created attachment 559433
  --> https://bugzilla.redhat.com/attachment.cgi?id=559433
Compilation errors patch

This patch addresses two compilation warnings.

One is for an ignored read(2) result that is simply passed up to the caller:
all the callers I could find do check the result.

The other warning is for an ignored write(2) in a signal handler.  There is
nothing much you can do with this (as it's in a signal handler) so I just
wrapped it in an assert; it should never fail anyway.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list