1
0
Fork 0
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:
mostang.com!davidm 2003-04-03 07:59:15 +00:00
parent 7c76ce7910
commit 9c23f9c408

View file

@ -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;