summaryrefslogtreecommitdiffstats
path: root/addons/51degrees/dummy/threading.c
diff options
context:
space:
mode:
Diffstat (limited to 'addons/51degrees/dummy/threading.c')
-rw-r--r--addons/51degrees/dummy/threading.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/addons/51degrees/dummy/threading.c b/addons/51degrees/dummy/threading.c
new file mode 100644
index 0000000..e65678d
--- /dev/null
+++ b/addons/51degrees/dummy/threading.c
@@ -0,0 +1,4 @@
+typedef struct fiftyoneDegrees_threading_t {
+ // This is an empty structure to ensure a threading.o is generated
+ // by the dummy library, it is never used.
+} dummyFiftyoneDegreesThreading; \ No newline at end of file