mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
build: Check for epoll_create1 rather than epoll_create in meson.build
Because `epoll_create1()` is what the code in `giounix-private.c` actually uses. Spotted by Xuntao Chi. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Fixes: #3450
This commit is contained in:
parent
7de17e64f6
commit
d0a49ddcb3
@ -677,7 +677,7 @@ functions = [
|
||||
'copy_file_range',
|
||||
'endmntent',
|
||||
'endservent',
|
||||
'epoll_create',
|
||||
'epoll_create1',
|
||||
'fallocate',
|
||||
'fchmod',
|
||||
'fchown',
|
||||
|
Loading…
Reference in New Issue
Block a user