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

@ -22,7 +22,7 @@
#include <cstdio>
#include <ctime>
#include <maxbase/error.h>
#include <maxbase/string.h>
// TODO: move <maxscale/debug.h> into maxbase
#define ss_dassert(a)