diff options
Diffstat (limited to 'elf/dlerror.c')
-rw-r--r-- | elf/dlerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dlerror.c b/elf/dlerror.c index 663207d708..9b78e47a57 100644 --- a/elf/dlerror.c +++ b/elf/dlerror.c @@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */ #include <stdlib.h> static int last_errcode; -static const char *last_errstring; +static char *last_errstring; static const char *last_object_name; char * |