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/libsanitizer/sanitizer_common Remove ...
details: https://anonhg.NetBSD.org/src/rev/e8c1744867f6
branches: trunk
changeset: 1026262:e8c1744867f6
user: christos <christos%NetBSD.org@localhost>
date: Mon Nov 15 12:38:41 2021 +0000
description:
Remove extra _, thanks RVP
diffstat:
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 7d9186d488a2 -r e8c1744867f6 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc Mon Nov 15 07:26:23 2021 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc Mon Nov 15 12:38:41 2021 +0000
@@ -830,10 +830,10 @@
#if SANITIZER_NETBSD
#include <signal.h>
-extern "C" int __sigaction__siginfo(int, const struct sigaction *, struct sigaction *);
+extern "C" int __sigaction_siginfo(int, const struct sigaction *, struct sigaction *);
int internal_sigaction_norestorer(int signum, const void *act, void *oldact) {
- return __sigaction__siginfo(signum,
+ return __sigaction_siginfo(signum,
reinterpret_cast<const struct sigaction *>(act),
reinterpret_cast<struct sigaction *>(oldact));
}
Home |
Main Index |
Thread Index |
Old Index