Browse Source

Prototype now clashes with the macro in arch/i386.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
1d7cfd5acf
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/include/string.h

+ 0
- 1
src/include/string.h View File

@@ -59,7 +59,6 @@ char * strtok(char * s,const char * ct);
59 59
 char * strsep(char **s, const char *ct);
60 60
 void * memset(void * s,int c,size_t count);
61 61
 char * bcopy(const char * src, char * dest, int count);
62
-void * memcpy(void * dest,const void *src,size_t count);
63 62
 void * memmove(void * dest,const void *src,size_t count);
64 63
 int memcmp(const void * cs,const void * ct,size_t count);
65 64
 void * memscan(void * addr, int c, size_t size);

Loading…
Cancel
Save