Merge branch '3450-epoll-create' into 'main'

build: Check for epoll_create1 rather than epoll_create in meson.build

Closes #3450

See merge request GNOME/glib!4209
This commit is contained in:
Michael Catanzaro 2024-08-25 17:21:06 +00:00
commit 36eed2042d

View File

@ -677,7 +677,7 @@ functions = [
'copy_file_range',
'endmntent',
'endservent',
'epoll_create',
'epoll_create1',
'fallocate',
'fchmod',
'fchown',