bionic: Fix build with gcc
Signed-off-by: Sean Cross <xobs@kosagi.com>
This commit is contained in:
parent
912952ef9b
commit
57ee15485b
2 changed files with 17 additions and 3 deletions
|
@ -9,7 +9,7 @@ char * _strpbrk(const char *s1, const char *s2);
|
|||
char *_strtok(char *str, const char *delim, char **saveptr);
|
||||
int _strcasecmp(const char *s1, const char *s2);
|
||||
void *_memcpy(void *dst0, const void *src0, size_t length);
|
||||
void _memset(void *dst0, char val, size_t length);
|
||||
void *memset(void *__s, int __c, size_t __n) __THROW __nonnull ((1));
|
||||
unsigned long strtoul(const char *nptr, char **endptr, unsigned int base);
|
||||
int _strlen(const char *s);
|
||||
int _strnlen(const char *s, uint32_t maxlen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue