mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-13 16:21:32 +00:00
Prototype now clashes with the macro in arch/i386.
This commit is contained in:
@ -59,7 +59,6 @@ char * strtok(char * s,const char * ct);
|
||||
char * strsep(char **s, const char *ct);
|
||||
void * memset(void * s,int c,size_t count);
|
||||
char * bcopy(const char * src, char * dest, int count);
|
||||
void * memcpy(void * dest,const void *src,size_t count);
|
||||
void * memmove(void * dest,const void *src,size_t count);
|
||||
int memcmp(const void * cs,const void * ct,size_t count);
|
||||
void * memscan(void * addr, int c, size_t size);
|
||||
|
Reference in New Issue
Block a user