summaryrefslogtreecommitdiff
path: root/lib/glthread/threadlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glthread/threadlib.c')
-rw-r--r--lib/glthread/threadlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/glthread/threadlib.c b/lib/glthread/threadlib.c
index e8b484a..28bf3c6 100644
--- a/lib/glthread/threadlib.c
+++ b/lib/glthread/threadlib.c
@@ -1,5 +1,5 @@
/* Multithreading primitives.
- Copyright (C) 2005-2018 Free Software Foundation, Inc.
+ Copyright (C) 2005-2020 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
/* ========================================================================= */
-#if USE_POSIX_THREADS
+#if USE_POSIX_THREADS || USE_ISOC_AND_POSIX_THREADS
/* Use the POSIX threads library. */