From bdc0e08dbcf16b52410ce016ab9ed036a32e7e2d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 25 Jul 2009 11:28:20 +0000 Subject: merge from gcc --- include/libiberty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libiberty.h b/include/libiberty.h index e50ad64..a7716e4 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -313,7 +313,7 @@ extern double physmem_total (void); extern double physmem_available (void); /* Compute the 32-bit CRC of a block of memory. */ -extern unsigned int crc32 (const unsigned char *, int, unsigned int); +extern unsigned int xcrc32 (const unsigned char *, int, unsigned int); /* These macros provide a K&R/C89/C++-friendly way of allocating structures with nice encapsulation. The XDELETE*() macros are technically -- cgit v1.1