summaryrefslogtreecommitdiff
path: root/rwlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'rwlock.c')
-rw-r--r--rwlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rwlock.c b/rwlock.c
index 4993693..cee072a 100644
--- a/rwlock.c
+++ b/rwlock.c
@@ -632,7 +632,7 @@ pthread_rwlock_wrlock(pthread_rwlock_t * rwlock)
pthread_cleanup_pop ((result != 0) ? 1 : 0);
#ifdef _MSC_VER
-#pragma inline_depth(8)
+#pragma inline_depth()
#endif
if (result == 0)