mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 06:32:05 +03:00
typo in prototype for mempcpy
This commit is contained in:
parent
d179807f6b
commit
32e2c468ba
@ -75,7 +75,7 @@ char *strchrnul(const char *, int);
|
||||
char *strcasestr(const char *, const char *);
|
||||
char *strsep(char **, const char *);
|
||||
void *memrchr(const void *, int, size_t);
|
||||
void *mempcpy(void *, void *, size_t)
|
||||
void *mempcpy(void *, void *, size_t);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user