summaryrefslogtreecommitdiff
path: root/jurt/source/pipe/staticsalhack_c.c
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-04 11:51:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-04 11:51:54 +0200
commitddc7bb629ade15b3341f2e3c347652c7b8925037 (patch)
treecd3df424eaf6905eec6ac3d182f8621b0209cf21 /jurt/source/pipe/staticsalhack_c.c
parent0ba251fb2b176df7712b9e7c5ef67ff709c022e0 (diff)
Poor hack for libjpipe.so under Clang -fsanitize=*
Change-Id: I5c1036448cfc543f55cf1aa303abcfda6a64f64e
Diffstat (limited to 'jurt/source/pipe/staticsalhack_c.c')
-rw-r--r--jurt/source/pipe/staticsalhack_c.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/jurt/source/pipe/staticsalhack_c.c b/jurt/source/pipe/staticsalhack_c.c
new file mode 100644
index 000000000000..77c42919c1de
--- /dev/null
+++ b/jurt/source/pipe/staticsalhack_c.c
@@ -0,0 +1,19 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include <staticsalhack.h>
+
+#include <sal/osl/unx/memory.c>
+#include <sal/osl/unx/mutex.c>
+#include <sal/osl/unx/nlsupport.c>
+#include <sal/osl/unx/pipe.c>
+#include <sal/osl/unx/readwrite_helper.c>
+#include <sal/osl/unx/thread.c>
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */