mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 08:37:38 +01:00
Remove unintended semi-colon in os-hpux.c fun definition
Probably a copy/paste error... This showed up on ia64-hpux.
This commit is contained in:
parent
8d991d9258
commit
ea7160a841
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
HIDDEN int
|
||||
tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
||||
unsigned long *segbase, unsigned long *mapoff,
|
||||
char *path, size_t pathlen);
|
||||
char *path, size_t pathlen)
|
||||
{
|
||||
struct load_module_desc lmd;
|
||||
const char *path2;
|
||||
|
|
Loading…
Reference in a new issue