diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4991,7 +4991,7 @@ extern int noninteractive; | |||
| 4991 | 3. [If SELECT_USE_CFSOCKET is set] | 4991 | 3. [If SELECT_USE_CFSOCKET is set] |
| 4992 | Only the window event channel and socket read/write channels are | 4992 | Only the window event channel and socket read/write channels are |
| 4993 | involved, and timeout is not too short (greater than | 4993 | involved, and timeout is not too short (greater than |
| 4994 | SELECT_TIMEOUT_THRESHHOLD_RUNLOOP seconds). | 4994 | SELECT_TIMEOUT_THRESHOLD_RUNLOOP seconds). |
| 4995 | -> Create CFSocket for each socket and add it into the current | 4995 | -> Create CFSocket for each socket and add it into the current |
| 4996 | event RunLoop so that the current event loop gets quit when | 4996 | event RunLoop so that the current event loop gets quit when |
| 4997 | the socket becomes ready. Then ReceiveNextEvent can wait for | 4997 | the socket becomes ready. Then ReceiveNextEvent can wait for |