removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!)

1_1_stable
"Vladimir N. Oleynik" 2006-02-16 14:38:41 +00:00
parent cb9b114d35
commit 21e68703ce
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ extern void bb_xfflush_stdout(void)
#ifdef L_strlen
/* Stupid gcc always includes its own builtin strlen()... */
#undef strlen
size_t bb_strlen(const char *string)
{
return(strlen(string));