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 __NetBS...
details: https://anonhg.NetBSD.org/src/rev/7ac72cc25795
branches: trunk
changeset: 347915:7ac72cc25795
user: christos <christos%NetBSD.org@localhost>
date: Thu Sep 22 13:13:09 2016 +0000
description:
__NetBSD__ -> SANITIZER_NETBSD
diffstat:
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r feb5a469923f -r 7ac72cc25795 external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
--- a/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h Thu Sep 22 08:43:26 2016 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h Thu Sep 22 13:13:09 2016 +0000
@@ -13,7 +13,7 @@
#ifndef SANITIZER_PLATFORM_LIMITS_POSIX_H
#define SANITIZER_PLATFORM_LIMITS_POSIX_H
-#ifdef __NetBSD__
+#if SANITIZER_NETBSD
#define _SYS_SIGNAL_H_
#include <sys/param.h>
#undef _SYS_SIGNAL_H_
@@ -343,7 +343,7 @@
# endif
void *ifa_dstaddr; // (struct sockaddr *)
void *ifa_data;
-# ifdef __NetBSD__
+# if SANITIZER_NETBSD
# if __NetBSD_Prereq__(7, 99, 39)
unsigned int ifa_addrflags;
# endif
Home |
Main Index |
Thread Index |
Old Index