mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 19:24:04 +02:00
glib/gthread-posix: Fix name of the futex_time64(2) test in the Meson log
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user