00-darwin.patch 505 B

123456789101112
  1. From: Антон Самохвалов <pg@yandex-team.ru>
  2. Date: Sat, 19 Dec 2015 20:19:48 +0000
  3. Subject: [PATCH] use new unwinder for darwin __BYPASS_CHECKS__
  4. git-svn-id: svn+ssh://arcadia.yandex.ru/arc/trunk/arcadia/contrib/libs/libunwind_master@2014199 41d65440-b5be-11dd-afe3-b2e846d9b4f8
  5. --- a/include/unwind.h
  6. +++ b/include/unwind.h
  7. @@ -26,3 +26,3 @@
  8. #if defined(__APPLE__)
  9. -#define LIBUNWIND_UNAVAIL __attribute__ (( unavailable ))
  10. +#define LIBUNWIND_UNAVAIL __attribute__ (( deprecated ))
  11. #else