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 add new...
details: https://anonhg.NetBSD.org/src/rev/7ef6849d0cc7
branches: trunk
changeset: 347900:7ef6849d0cc7
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 21 19:18:01 2016 +0000
description:
add new field
diffstat:
external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 4bc9dc0673bf -r 7ef6849d0cc7 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 Wed Sep 21 18:18:10 2016 +0000
+++ b/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h Wed Sep 21 19:18:01 2016 +0000
@@ -338,6 +338,9 @@
# endif
void *ifa_dstaddr; // (struct sockaddr *)
void *ifa_data;
+#ifdef __NetBSD__
+ unsigned int ifa_addrflags;
+#endif
};
#endif // !SANITIZER_ANDROID
Home |
Main Index |
Thread Index |
Old Index