[glib: 2/3] Remove trailing comma from SYS_sched_getattr meson check
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/3] Remove trailing comma from SYS_sched_getattr meson check
- Date: Mon, 20 Jan 2020 10:14:53 +0000 (UTC)
commit d1a3be5605e8453998bbe3cb43c0b01fc42318f5
Author: Sebastian Dröge <sebastian centricular com>
Date: Sun Jan 19 10:48:33 2020 +0200
Remove trailing comma from SYS_sched_getattr meson check
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 23f218f94..d729858d1 100644
--- a/meson.build
+++ b/meson.build
@@ -1731,7 +1731,7 @@ else
glib_conf.set('HAVE_PTHREAD_GETNAME_NP', 1)
endif
- if cc.has_header_symbol('sys/syscall.h', 'SYS_sched_getattr,')
+ if cc.has_header_symbol('sys/syscall.h', 'SYS_sched_getattr')
glib_conf.set('HAVE_SYS_SCHED_GETATTR', 1)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]