summaryrefslogtreecommitdiff
path: root/json-c.sym
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2023-03-28 23:08:39 +0000
committerEric Haszlakiewicz <erh+git@nimenees.com>2023-03-28 23:08:39 +0000
commitd0f32a5a43d1b9dc0b2cd6af310e5f09b97c3423 (patch)
tree49d7c4be66b0ecdc2367d499fba3f3c1dd05d5dd /json-c.sym
parentefd536af481a79c21cc3d15c7bc69bbaec154faf (diff)
downloadjson-c-master.tar.gz
Stop linking a copy of _json_c_strerror() (strerror_override.c) into the tests.HEADmaster
That hasn't been needed since since commit 6068d3f, which changed that code to check an env var instead ("_JSON_C_STRERROR_ENABLE"). Fixes issue #812, about dup symbols in static builds with clang.
Diffstat (limited to 'json-c.sym')
-rw-r--r--json-c.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/json-c.sym b/json-c.sym
index 1942acd..2867c80 100644
--- a/json-c.sym
+++ b/json-c.sym
@@ -41,6 +41,8 @@ JSONC_PRIVATE {
printbuf_new;
printbuf_reset;
sprintbuf;
+ # Used by tests:
+ _json_c_strerror;
};
JSONC_0.14 {