Removed memset declaration

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-11-03 00:05:41 +01:00
parent 36dba59c07
commit cc32314161

View file

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