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/84621b35357c
branches:  trunk
changeset: 818042:84621b35357c
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 aaa4fc6b25de -r 84621b35357c 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