mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 11:33:43 +01:00
(elf_map_image): Declare "path" argument as "const".
(Logical change 1.75)
This commit is contained in:
parent
7c76ce7910
commit
9c23f9c408
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#endif
|
||||
|
||||
static inline int
|
||||
elf_map_image (struct elf_image *ei, char *path)
|
||||
elf_map_image (struct elf_image *ei, const char *path)
|
||||
{
|
||||
struct stat stat;
|
||||
int fd;
|
||||
|
|
Loading…
Reference in a new issue