mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
glib/gthread-posix: Fix name of the futex_time64(2) test in the Meson log
This commit is contained in:
parent
06ea9aed58
commit
ffa639f0b7
@ -994,7 +994,7 @@ if cc.compiles('''#include <linux/futex.h>
|
||||
int main (int argc, char ** argv) {
|
||||
syscall (__NR_futex_time64, NULL, FUTEX_WAKE, FUTEX_WAIT);
|
||||
return 0;
|
||||
}''', name : 'futex(2) system call')
|
||||
}''', name : 'futex_time64(2) system call')
|
||||
glib_conf.set('HAVE_FUTEX_TIME64', 1)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user