forked from len0rd/rockbox
fixed to work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1039 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c7ebc4c96
commit
a898728c54
3 changed files with 1 additions and 18 deletions
|
@ -12,7 +12,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include "_ansi.h"
|
||||
#include <sys/reent.h>
|
||||
|
||||
#define __need_size_t
|
||||
#include <stddef.h>
|
||||
|
@ -51,20 +50,10 @@ size_t _EXFUN(strxfrm,(char *, const char *, size_t));
|
|||
#ifndef __STRICT_ANSI__
|
||||
char *_EXFUN(strtok_r,(char *, const char *, char **));
|
||||
|
||||
int _EXFUN(bcmp,(const char *, const char *, size_t));
|
||||
void _EXFUN(bcopy,(const char *, char *, size_t));
|
||||
void _EXFUN(bzero,(char *, size_t));
|
||||
int _EXFUN(ffs,(int));
|
||||
char *_EXFUN(index,(const char *, int));
|
||||
_PTR _EXFUN(memccpy,(_PTR, const _PTR, int, size_t));
|
||||
char *_EXFUN(rindex,(const char *, int));
|
||||
int _EXFUN(strcasecmp,(const char *, const char *));
|
||||
char *_EXFUN(strdup,(const char *));
|
||||
char *_EXFUN(_strdup_r,(struct _reent *, const char *));
|
||||
int _EXFUN(strncasecmp,(const char *, const char *, size_t));
|
||||
char *_EXFUN(strsep,(char **, const char *));
|
||||
char *_EXFUN(strlwr,(char *));
|
||||
char *_EXFUN(strupr,(char *));
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
#ifndef DEFS_H /* Kludge to work around problem compiling in gdb */
|
||||
const char *_EXFUN(strsignal, (int __signo));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue