Module Name: src
Committed By: mrg
Date: Sat Feb 9 02:43:11 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libgcc: gthr-posix.h
Log Message:
fix the previous - it's __NetBSD__, not __NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/libgcc/gthr-posix.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/libgcc/gthr-posix.h
diff -u src/external/gpl3/gcc/dist/libgcc/gthr-posix.h:1.2 src/external/gpl3/gcc/dist/libgcc/gthr-posix.h:1.3
--- src/external/gpl3/gcc/dist/libgcc/gthr-posix.h:1.2 Sat Feb 9 01:27:43 2019
+++ src/external/gpl3/gcc/dist/libgcc/gthr-posix.h Sat Feb 9 02:43:11 2019
@@ -169,7 +169,7 @@ __gthrw(pthread_setschedparam)
makes std::call_once() so we do the same.
*/
-#if defined(__FreeBSD__) || (defined(__sun) && defined(__svr4__)) || defined(__NetBSD)
+#if defined(__FreeBSD__) || (defined(__sun) && defined(__svr4__)) || defined(__NetBSD__)
static volatile int __gthread_active = -1;