@@ -69,11 +69,11 @@ [super dealloc]; } - (void)of_addObject: (id)object fileDescriptor: (int)fd - events: (short)events + events: (short)events OF_DIRECT { struct pollfd *FDs; size_t count; bool found; @@ -108,11 +108,11 @@ } } - (void)of_removeObject: (id)object fileDescriptor: (int)fd - events: (short)events + events: (short)events OF_DIRECT { struct pollfd *FDs; size_t nFDs; if (fd < 0)