summaryrefslogtreecommitdiff
path: root/rwlock.c
diff options
context:
space:
mode:
authorrpj <rpj>2002-02-03 22:50:19 +0000
committerrpj <rpj>2002-02-03 22:50:19 +0000
commitd432fab8dc7bcaa47e59c41ce3e94f88380b80a2 (patch)
tree765197a3f6a65f6f80113652d25e508690f5ca83 /rwlock.c
parent4a72430d821b96add23846980d07f5a01059029d (diff)
Change #pragma inline_depth(8) to use empty () for default value.
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)