diff options
Diffstat (limited to 'tests/dwarf-getstring.c')
-rw-r--r-- | tests/dwarf-getstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dwarf-getstring.c b/tests/dwarf-getstring.c index b70c2a70..824edef8 100644 --- a/tests/dwarf-getstring.c +++ b/tests/dwarf-getstring.c @@ -37,7 +37,7 @@ main (int argc, char *argv[]) Dwarf_Off offset = 0; size_t len; - int fd = open64 (argv[cnt], O_RDONLY); + int fd = open (argv[cnt], O_RDONLY); if (fd == -1) { printf ("cannot open '%s': %m\n", argv[cnt]); |