mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 03:23:43 +01:00
Don't include <stdlib.h>.
Include "libunwind_i.h" instead of "tdep.h". (Logical change 1.294)
This commit is contained in:
parent
03ba50ccaa
commit
71acf1d00e
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/* libunwind - a platform-independent unwind library
|
||||
Copyright (C) 2002 Hewlett-Packard Co
|
||||
Copyright (C) 2002, 2005 Hewlett-Packard Co
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
This file is part of libunwind.
|
||||
|
@ -23,9 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "tdep.h"
|
||||
#include "libunwind_i.h"
|
||||
|
||||
PROTECTED void
|
||||
unw_destroy_addr_space (unw_addr_space_t as)
|
||||
|
|
Loading…
Reference in a new issue