diff options
author | unknown <heikki@donna.mysql.fi> | 2001-11-05 18:50:12 +0200 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-11-05 18:50:12 +0200 |
commit | 7999a08c8af3b88900faa5723958305a9d70bebd (patch) | |
tree | 7b2d5da1cb03b0cdc431ed72d65424ecc17a3c8e /innobase/include/os0sync.h | |
parent | 0176dacd54b7eb62ebc4a81909b189517aee2cb4 (diff) | |
download | mariadb-git-7999a08c8af3b88900faa5723958305a9d70bebd.tar.gz |
updated
Diffstat (limited to 'innobase/include/os0sync.h')
-rw-r--r-- | innobase/include/os0sync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/include/os0sync.h b/innobase/include/os0sync.h index 26f7dff5d8b..617f6b036fe 100644 --- a/innobase/include/os0sync.h +++ b/innobase/include/os0sync.h @@ -163,7 +163,7 @@ os_fast_mutex_trylock( #endif /************************************************************** Releases ownership of a fast mutex. */ -UNIV_INLINE + void os_fast_mutex_unlock( /*=================*/ |