mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +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
3d53902fc3
commit
fd8ede0b66
@ -677,7 +677,7 @@ functions = [
|
|||||||
'copy_file_range',
|
'copy_file_range',
|
||||||
'endmntent',
|
'endmntent',
|
||||||
'endservent',
|
'endservent',
|
||||||
'epoll_create',
|
'epoll_create1',
|
||||||
'fallocate',
|
'fallocate',
|
||||||
'fchmod',
|
'fchmod',
|
||||||
'fchown',
|
'fchown',
|
||||||
|
Loading…
Reference in New Issue
Block a user