summaryrefslogtreecommitdiff
path: root/src/basic/string-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-12-08 08:02:34 +0100
committerSven Eden <yamakuzure@gmx.net>2017-12-08 17:54:19 +0100
commitb2ba58acabda1830f0e58ba0d623861a126c43bf (patch)
tree0ffbb2698889e33259bb34444caaff1a04f5ce18 /src/basic/string-util.c
parent350ba9b9374ce045ead8c85c6c2e055729026c0e (diff)
Apply missing updates from upstream
Diffstat (limited to 'src/basic/string-util.c')
-rw-r--r--src/basic/string-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/string-util.c b/src/basic/string-util.c
index c3d7d208f..6ef52ca88 100644
--- a/src/basic/string-util.c
+++ b/src/basic/string-util.c
@@ -830,7 +830,7 @@ int free_and_strdup(char **p, const char *s) {
return 1;
}
-#if !HAVE_DECL_EXPLICIT_BZERO
+#if !HAVE_EXPLICIT_BZERO
/*
* Pointer to memset is volatile so that compiler must de-reference
* the pointer and can't assume that it points to any function in