summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2023-01-20 19:00:49 +0000
committerMichael Catanzaro <mcatanzaro@gnome.org>2023-01-20 19:00:49 +0000
commitce876ab28bb81ac0b1c313223284de722d8208a1 (patch)
tree385a96d4b42c074d0b8aa9205b9d47c053430c3a /meson.build
parent1be25e6015939d1888a00ec870e45e049e925d63 (diff)
parent4d2e77a5546cccc10f83d103d6f1527a5c9bcf13 (diff)
downloadglib-ce876ab28bb81ac0b1c313223284de722d8208a1.tar.gz
Merge branch 'threadpool-shared-thread-prios' into 'main'
GThreadPool: Always use the thread-spawning thread for the global shared thread pool Closes #2769 See merge request GNOME/glib!3208
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 74173e060..19d8b1777 100644
--- a/meson.build
+++ b/meson.build
@@ -1956,10 +1956,6 @@ else
glib_conf.set('HAVE_PTHREAD_GETNAME_NP', 1)
endif
- if cc.has_header_symbol('sys/syscall.h', 'SYS_sched_getattr')
- glib_conf.set('HAVE_SYS_SCHED_GETATTR', 1)
- endif
-
# Assume that pthread_setname_np is available in some form; same as configure
if cc.links(pthread_prefix + '''
int main() {