diff options
author | Eric Haszlakiewicz <erh+git@nimenees.com> | 2023-03-28 23:08:39 +0000 |
---|---|---|
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | 2023-03-28 23:08:39 +0000 |
commit | d0f32a5a43d1b9dc0b2cd6af310e5f09b97c3423 (patch) | |
tree | 49d7c4be66b0ecdc2367d499fba3f3c1dd05d5dd /json-c.sym | |
parent | efd536af481a79c21cc3d15c7bc69bbaec154faf (diff) | |
download | json-c-master.tar.gz |
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.sym | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ JSONC_PRIVATE { printbuf_new; printbuf_reset; sprintbuf; + # Used by tests: + _json_c_strerror; }; JSONC_0.14 { |