diff options
author | DJ Delorie <dj@redhat.com> | 2009-07-25 11:28:15 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-07-25 11:28:15 +0000 |
commit | 08124fb492360a0df354cf386ae2c5d36eaccd70 (patch) | |
tree | 0b3bd22fc532e2147293e0ca7720f4240e5983e0 /include/libiberty.h | |
parent | 6359951b47608bdfd884b97e313993246aaaea04 (diff) | |
download | cygnal-08124fb492360a0df354cf386ae2c5d36eaccd70.tar.gz cygnal-08124fb492360a0df354cf386ae2c5d36eaccd70.tar.bz2 cygnal-08124fb492360a0df354cf386ae2c5d36eaccd70.zip |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index e50ad6471..a7716e4a4 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 |