]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/spaces.c
Daily bump.
[thirdparty/gcc.git] / libiberty / spaces.c
index 0612f87c72f9bca050cd5adbafaf3687a247e90f..2b6971c4b933b37beeacfc89e9372312db19239e 100644 (file)
@@ -1,5 +1,5 @@
 /* Allocate memory region filled with spaces.
-   Copyright (C) 1991-2017 Free Software Foundation, Inc.
+   Copyright (C) 1991-2022 Free Software Foundation, Inc.
 
 This file is part of the libiberty library.
 Libiberty is free software; you can redistribute it and/or
@@ -40,8 +40,8 @@ valid until at least the next call.
 #include <unixlib.h>
 #else
 /* For systems with larger pointers than ints, these must be declared.  */
-extern PTR malloc (size_t);
-extern void free (PTR);
+extern void *malloc (size_t);
+extern void free (void *);
 #endif
 
 const char *