]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/libgcc2.h
2019-06-13 Richard Biener <rguenther@suse.de>
[thirdparty/gcc.git] / libgcc / libgcc2.h
index 15f970515f871f9a1f2258f6b7fbc5b51cb7f1b7..d7988f1dd78c0da8eec79aaf678b8102fcb46843 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for libgcc2.c.  */
-/* Copyright (C) 2000-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2019 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -30,7 +30,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #endif
 
 extern int __gcc_bcmp (const unsigned char *, const unsigned char *, size_t);
-extern void __clear_cache (char *, char *);
+extern void __clear_cache (void *, void *);
 extern void __eprintf (const char *, const char *, unsigned int, const char *)
   __attribute__ ((__noreturn__));