glib/gthread-posix: Fix name of the futex_time64(2) test in the Meson log

This commit is contained in:
L. E. Segovia 2024-04-01 23:55:39 -03:00
parent 06ea9aed58
commit ffa639f0b7

View File

@ -994,7 +994,7 @@ if cc.compiles('''#include <linux/futex.h>
int main (int argc, char ** argv) { int main (int argc, char ** argv) {
syscall (__NR_futex_time64, NULL, FUTEX_WAKE, FUTEX_WAIT); syscall (__NR_futex_time64, NULL, FUTEX_WAKE, FUTEX_WAIT);
return 0; return 0;
}''', name : 'futex(2) system call') }''', name : 'futex_time64(2) system call')
glib_conf.set('HAVE_FUTEX_TIME64', 1) glib_conf.set('HAVE_FUTEX_TIME64', 1)
endif endif