summaryrefslogtreecommitdiff
path: root/include/libiberty.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-07-25 11:28:20 +0000
committerDJ Delorie <dj@redhat.com>2009-07-25 11:28:20 +0000
commitbdc0e08dbcf16b52410ce016ab9ed036a32e7e2d (patch)
tree1076d6f0bcbea3b111ff97d6e630f9b62beef32e /include/libiberty.h
parent6e88169156860fb7a726b875af919cade2c940b5 (diff)
downloadbinutils-gdb-bdc0e08dbcf16b52410ce016ab9ed036a32e7e2d.tar.gz
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index e50ad64712e..a7716e4a414 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