1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-28 01:19:28 +02: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:
Joel Brobecker 2011-06-15 20:07:09 -04:00 committed by Arun Sharma
parent 8d991d9258
commit ea7160a841

View file

@ -36,7 +36,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
HIDDEN int HIDDEN int
tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip, tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
unsigned long *segbase, unsigned long *mapoff, unsigned long *segbase, unsigned long *mapoff,
char *path, size_t pathlen); char *path, size_t pathlen)
{ {
struct load_module_desc lmd; struct load_module_desc lmd;
const char *path2; const char *path2;