We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a3dc5 commit 9feb5dfCopy full SHA for 9feb5df
1 file changed
src/common/memusage.c
@@ -56,7 +56,7 @@
56
#include "memusage.h"
57
#include "bfind.h"
58
59
-#if defined(OS_LINUX) || defined(__FreeBSD__)
+#if defined(OS_LINUX) || defined(__FreeBSD__) || defined(OS_SOLARIS)
60
static int read_common_sizet(void *szp, char *strval)
61
{
62
char *end;
0 commit comments