Signed-off-by: Stefan Weil <s...@weilnetz.de> --- configure | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index 31ea3ff..0c791b5 100755 --- a/configure +++ b/configure @@ -2269,8 +2269,7 @@ cat > $TMPC << EOF int main(void) { - int efd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); - return 0; + return eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); } EOF if compile_prog "" "" ; then -- 1.7.2.5