| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | /* loader-dld_link.c -- dynamic linking with dld | |
| 2 | ||
| 3 | < | Copyright (C) 1998, 1999, 2000, 2004, 2006, |
| 4 | < | 2007, 2008 Free Software Foundation, Inc. |
| 3 | > | Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software |
| 4 | > | Foundation, Inc. |
| 5 | Written by Thomas Tanner, 1998 | |
| 6 | ||
| 7 | NOTE: The canonical source of this file is maintained with the | |
| # | Line 90 | Line 90 | get_vtable (lt_user_data loader_data) | |
| 90 | /* --- IMPLEMENTATION --- */ | |
| 91 | ||
| 92 | ||
| 93 | < | #if defined(HAVE_DLD_H) |
| 93 | > | #if defined HAVE_DLD_H |
| 94 | # include <dld.h> | |
| 95 | #endif | |
| 96 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |