]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/strerror.c
Small enhancement to implementation of -fdump-ada-spec
[thirdparty/gcc.git] / libiberty / strerror.c
index a8a0bd1f7e2c99f19b0f5d7560734331efe792e1..07db71698d9ebeeb9c8ac9e249cae07ae0cdd611 100644 (file)
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #else
-extern PTR malloc ();
+extern void *malloc ();
 #endif
 
 #ifdef HAVE_STRING_H
 #include <string.h>
 #else
-extern PTR memset ();
+extern void *memset ();
 #endif
 
 #ifndef MAX
@@ -299,7 +299,7 @@ static const struct error_info error_table[] =
   ENTRY(EREMCHG, "EREMCHG", "Remote address changed"),
 #endif
 #if defined (ELIBACC)
-  ENTRY(ELIBACC, "ELIBACC", "Can not access a needed shared library"),
+  ENTRY(ELIBACC, "ELIBACC", "Cannot access a needed shared library"),
 #endif
 #if defined (ELIBBAD)
   ENTRY(ELIBBAD, "ELIBBAD", "Accessing a corrupted shared library"),