summaryrefslogtreecommitdiff
path: root/usr/src/lib/common/inc/c_synonyms.h
diff options
context:
space:
mode:
authorraf <none@none>2007-06-29 13:31:58 -0700
committerraf <none@none>2007-06-29 13:31:58 -0700
commit883492d5a933deb34cd27521e7f2756773cd27af (patch)
tree0c80cc8bc2b91d1882235f25cf28ef8ed0e4e6e3 /usr/src/lib/common/inc/c_synonyms.h
parentec4858345aa8c9134ae2563545c54823cd78b5c8 (diff)
downloadillumos-gate-883492d5a933deb34cd27521e7f2756773cd27af.tar.gz
PSARC 2007/285 robust locks revisited
6296770 process robust mutexes should be much faster
Diffstat (limited to 'usr/src/lib/common/inc/c_synonyms.h')
-rw-r--r--usr/src/lib/common/inc/c_synonyms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/common/inc/c_synonyms.h b/usr/src/lib/common/inc/c_synonyms.h
index 77df53840f..a4e17fc171 100644
--- a/usr/src/lib/common/inc/c_synonyms.h
+++ b/usr/src/lib/common/inc/c_synonyms.h
@@ -506,6 +506,8 @@ extern "C" {
#define munlockall _munlockall
#define munlock _munlock
#define munmap _munmap
+#define _mutex_consistent __mutex_consistent
+#define mutex_consistent __mutex_consistent
#define _mutex_destroy __mutex_destroy
#define mutex_destroy __mutex_destroy
#define _mutex_held __mutex_held