merge from gcc

This commit is contained in:
DJ Delorie 2009-07-25 11:28:15 +00:00
parent 6359951b47
commit 08124fb492
1 changed files with 1 additions and 1 deletions

View File

@ -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