summaryrefslogtreecommitdiffstats
path: root/src/runtime/rt_sync.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/rt_sync.C')
-rw-r--r--src/runtime/rt_sync.C8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/runtime/rt_sync.C b/src/runtime/rt_sync.C
index 86d1b426b..0b7cc027e 100644
--- a/src/runtime/rt_sync.C
+++ b/src/runtime/rt_sync.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2018 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -22,6 +24,10 @@
/* IBM_PROLOG_END_TAG */
#include <sys/sync.h>
+void recursive_mutex_init(mutex_t*) {};
+void recursive_mutex_destroy(mutex_t*) {};
+void recursive_mutex_lock(mutex_t*) {};
+void recursive_mutex_unlock(mutex_t*) {};
void mutex_init(mutex_t*) {};
void mutex_destroy(mutex_t*) {};
void mutex_lock(mutex_t*) {};
OpenPOWER on IntegriCloud