]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
PR #336: since we can't use function overriding (due to problems with it on OSX)...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 15 Jul 2017 14:07:28 +0000 (07:07 -0700)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 15 Jul 2017 14:07:28 +0000 (07:07 -0700)
strerror_override_private.h [new file with mode: 0644]

diff --git a/strerror_override_private.h b/strerror_override_private.h
new file mode 100644 (file)
index 0000000..c7db84c
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __json_strerror_override_private_h__
+#define __json_strerror_override_private_h__
+
+/* Used by tests to get consistent output */
+extern int _json_c_strerror_enable;
+
+#endif