mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +08:00
* source.c (source_full_path_of): Constify parameter filename.
* defs.h (source_full_path_of): Update declaration accordingly.
This commit is contained in:
@ -822,7 +822,7 @@ done:
|
||||
|
||||
Else, this functions returns 0, and FULL_PATHNAME is set to NULL. */
|
||||
int
|
||||
source_full_path_of (char *filename, char **full_pathname)
|
||||
source_full_path_of (const char *filename, char **full_pathname)
|
||||
{
|
||||
int fd;
|
||||
|
||||
|
Reference in New Issue
Block a user