mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Silly me
This commit is contained in:
parent
19732c6226
commit
c8459a5a8f
@ -86,6 +86,7 @@ FILE *xfopen(const char *path, const char *mode)
|
||||
}
|
||||
|
||||
/* Stupid gcc always includes its own builtin strlen()... */
|
||||
#undef strlen
|
||||
size_t xstrlen(const char *string)
|
||||
{
|
||||
return(strlen(string));
|
||||
|
Loading…
Reference in New Issue
Block a user