Differences From Artifact [2e0aa307e5]:
- File src/OFKernelEventObserver_select.m — part of check-in [5a31a537a1] at 2017-02-04 17:45:33 on branch trunk — Fix typos in comments and strings found by aspell (user: js, size: 5080) [annotate] [blame] [check-ins using]
To Artifact [e55d2ae955]:
- File src/OFKernelEventObserver_select.m — part of check-in [cc4cb0d824] at 2017-05-02 21:10:33 on branch trunk — exceptions: Add nullability specifiers (user: js, size: 5109) [annotate] [blame] [check-ins using]
| ︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - + + |
@implementation OFKernelEventObserver_select
- init
{
self = [super init];
#ifndef OF_WINDOWS
if (_cancelFD[0] >= (int)FD_SETSIZE)
|
| ︙ |