Fix mxb_strerror

The function should not be an inline function with a static variable. This
appears to cause problems on at least Debian Wheezy and is likely to cause
odd behavior on other platforms.

Also renamed the file to <maxbase/string.h> to better mirror how the
<string.h> file behaves.
This commit is contained in:
Markus Mäkelä
2018-08-15 14:00:17 +03:00
parent 3b8f01e136
commit be4f9125f0
5 changed files with 32 additions and 7 deletions

View File

@ -3,6 +3,7 @@ add_library(maxbase STATIC
eventcount.cc
logger.cc
stopwatch.cc
string.cc
stacktrace.cc
)
set_target_properties(maxbase PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)