Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/libgcc fix the previous - it's __NetB...
details: https://anonhg.NetBSD.org/src/rev/adc3c7b63333
branches: trunk
changeset: 448781:adc3c7b63333
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Feb 09 02:43:11 2019 +0000
description:
fix the previous - it's __NetBSD__, not __NetBSD.
diffstat:
external/gpl3/gcc/dist/libgcc/gthr-posix.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0a6fe0dbd334 -r adc3c7b63333 external/gpl3/gcc/dist/libgcc/gthr-posix.h
--- a/external/gpl3/gcc/dist/libgcc/gthr-posix.h Sat Feb 09 02:36:56 2019 +0000
+++ b/external/gpl3/gcc/dist/libgcc/gthr-posix.h Sat Feb 09 02:43:11 2019 +0000
@@ -169,7 +169,7 @@
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;
Home |
Main Index |
Thread Index |
Old Index