mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
4.3BSD says that bcopy and bzero are defined in strings.h, not string.h
This commit is contained in:
@@ -59,7 +59,6 @@ char * strpbrk(const char * cs,const char * ct);
|
||||
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 * memmove(void * dest,const void *src,size_t count);
|
||||
int __attribute__ (( pure )) memcmp(const void * cs,const void * ct,
|
||||
size_t count);
|
||||
|
||||
Reference in New Issue
Block a user