| Index: third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc
|
| diff --git a/third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc b/third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc
|
| index 71d3066c677aa79cbe05edf3a2a08a16d4bf0ddd..6cda9ffe34fd034598018a18af4b4d8b077637f5 100644
|
| --- a/third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc
|
| +++ b/third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc
|
| @@ -72,11 +72,11 @@ using GetSegmentDataType =
|
|
|
| extern "C" {
|
|
|
| -// These implementations look up their functions in libmacho at run time. If
|
| -// the system libmacho provides these functions as it normally does on Mac OS X
|
| -// 10.7 and later, the system’s versions are used directly. Otherwise, the
|
| -// versions in third_party/apple_cctools are used, which are actually just
|
| -// copies of the system’s functions.
|
| +// These implementations look up their functions in libmacho at run time. If the
|
| +// system libmacho provides these functions as it normally does on OS X 10.7 and
|
| +// later, the system’s versions are used directly. Otherwise, the versions in
|
| +// third_party/apple_cctools are used, which are actually just copies of the
|
| +// system’s functions.
|
|
|
| uint8_t* getsectiondata(const MachHeader* mhp,
|
| const char* segname,
|
|
|