mirror of
https://github.com/sheumann/hush.git
synced 2025-08-10 00:25:24 +00:00
removed #undef strlen, use builtins and prototuped strlen from xfunc file (only\!)
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user