merge from gcc

This commit is contained in:
DJ Delorie
2005-07-22 03:26:05 +00:00
parent a4e5c0d804
commit c750388a85
4 changed files with 8 additions and 10 deletions

View File

@@ -13,11 +13,7 @@ Copies @var{count} bytes from memory area @var{from} to memory area
*/
#include <ansidecl.h>
#ifdef ANSI_PROTOTYPES
#include <stddef.h>
#else
#define size_t unsigned long
#endif
void bcopy (const void*, void*, size_t);