From e3de40e72f0f6b2dba54388d05e94e2c145cec6d Mon Sep 17 00:00:00 2001 From: John Colanduoni Date: Sun, 23 Jul 2017 11:48:55 -0700 Subject: [PATCH] Add upstream pull request link for libbacktrace --- src/libbacktrace/macho.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libbacktrace/macho.c b/src/libbacktrace/macho.c index 2f9655a12508a..a85020f72b455 100644 --- a/src/libbacktrace/macho.c +++ b/src/libbacktrace/macho.c @@ -1,6 +1,9 @@ /* macho.c -- Get debug data from an Mach-O file for backtraces. Copyright (C) 2012-2016 Free Software Foundation, Inc. Written by John Colanduoni. + + Pending upstream pull request: + https://github.com/ianlancetaylor/libbacktrace/pull/2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are