[libdispatch-changes] [33] trunk/src/queue.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 15 15:08:20 PDT 2009


Revision: 33
          http://trac.macosforge.org/projects/libdispatch/changeset/33
Author:   robert at fledge.watson.org
Date:     2009-09-15 15:08:17 -0700 (Tue, 15 Sep 2009)
Log Message:
-----------
Remove EV_TRIGGER use by libdispatch; this interface was deprecated in
favour of NOTE_TRIGGER, and does not exist on FreeBSD.

Discussed with:	Kevin Van Vechten, Stacey Son

Modified Paths:
--------------
    trunk/src/queue.c

Modified: trunk/src/queue.c
===================================================================
--- trunk/src/queue.c	2009-09-15 09:53:59 UTC (rev 32)
+++ trunk/src/queue.c	2009-09-15 22:08:17 UTC (rev 33)
@@ -1982,9 +1982,6 @@
 	static const struct kevent kev = {
 		.ident = 1,
 		.filter = EVFILT_USER,
-#ifdef EV_TRIGGER
-		.flags = EV_TRIGGER,
-#endif
 #ifdef NOTE_TRIGGER
 		.fflags = NOTE_TRIGGER,
 #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090915/f3c23ea2/attachment.html>


More information about the libdispatch-changes mailing list