2009-10-25 Robert Millan <rmh.grub@aybabtu.com>

* include/grub/powerpc/libgcc.h (memset): Remove function prototype.
        * include/grub/sparc64/libgcc.h (memset): Likewise.
        * include/grub/misc.h (memset, memcmp): New function prototypes.
This commit is contained in:
robertmh 2009-10-24 23:26:42 +00:00
parent fb26abc22b
commit cdb308b0e1
4 changed files with 8 additions and 3 deletions

View file

@ -18,8 +18,6 @@
#include <config.h>
void EXPORT_FUNC (memset) (void);
#ifdef HAVE___BSWAPSI2
typedef int SItype __attribute__ ((mode (SI)));
SItype EXPORT_FUNC (__bswapsi2) (SItype);