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

@ -16,7 +16,6 @@
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/
void EXPORT_FUNC (memset) (void);
void EXPORT_FUNC (__ashldi3) (void);
void EXPORT_FUNC (__ashrdi3) (void);
void EXPORT_FUNC (__lshrdi3) (void);