- Notifications
You must be signed in to change notification settings - Fork28
Commit53b1578
committed
Cope with glibc too old to have epoll_create1().
Commitfa31b6f supposed that we didn't have to worry about thatanymore, but it seems that RHEL5 is like that, and that's stilla supported platform. Put back the prior coding under an #ifdef,adding an explicit fcntl() to retain the desired CLOEXEC property.Discussion:https://postgr.es/m/12307.1493325329@sss.pgh.pa.us1 parent28afff3 commit53b1578
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
| 577 | + | |
577 | 578 |
| |
578 | 579 |
| |
579 | 580 |
| |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
580 | 589 |
| |
581 | 590 |
| |
582 | 591 |
| |
|
0 commit comments
Comments
(0)