diff options
author | 2018-01-16 19:29:26 -0600 | |
---|---|---|
committer | 2018-01-16 19:40:22 -0600 | |
commit | 0a3e435085046f535074f498a3de75a7704fb14c (patch) | |
tree | 24199cdbe1d5cba07ca9f70c0bcb83af1bac4a2a /ChangeLog.txt | |
parent | 4a8a71f1e78860262e189ba36a19afca956b81c2 (diff) | |
download | pseudo-0a3e435085046f535074f498a3de75a7704fb14c.tar.gz pseudo-0a3e435085046f535074f498a3de75a7704fb14c.tar.bz2 pseudo-0a3e435085046f535074f498a3de75a7704fb14c.zip |
Merge epoll support
Original commit message:
The idea came up here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=11309
and here:
http://lists.openembedded.org/pipermail/openembedded-core/2017-August/141491.html
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
I've adapted this to make epoll a configure-time option; you must
use --enable-epoll to get the new behavior. I've also confirmed that
it builds both ways and appears to run, and restored the SIGUSR2
functionality (except for the state check) for the epoll case.
Signed-off-by: Seebs <seebs@seebs.net>
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 165faa8..1d98415 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -5,6 +5,7 @@ in getgrnam and similar functions. * (seebs) drop the diagnostic for a missing "real" function as it turns out to be counterproductive at best. + * (seebs) merge epoll support from <alexander.kanavin@linux.intel.com> 2017-12-22: * (seebs) handle the pathological case of LINKAT with |