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:
Philip Withnall 2024-08-25 15:28:21 +01:00
parent 3d53902fc3
commit fd8ede0b66
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

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