diff options
-rw-r--r-- | libbb/xfuncs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index f85d3bb..134ea77 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -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)); |