summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/prwlocktryrdlock.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 08:51:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-07-29 08:51:16 +0000
commit7d53ba7fd88c1f4ea2b54b04080a3d34572df00f (patch)
treea34155a439f8d80cfc1f92a30f68b3ff0de074d3 /cpukit/posix/src/prwlocktryrdlock.c
parentsrc/irq-legacy.c: Free allocated memory in hander remove (diff)
downloadrtems-7d53ba7fd88c1f4ea2b54b04080a3d34572df00f.tar.bz2
Use C-style comments.
Diffstat (limited to 'cpukit/posix/src/prwlocktryrdlock.c')
-rw-r--r--cpukit/posix/src/prwlocktryrdlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/prwlocktryrdlock.c b/cpukit/posix/src/prwlocktryrdlock.c
index fed54d195d..5b5e0ce245 100644
--- a/cpukit/posix/src/prwlocktryrdlock.c
+++ b/cpukit/posix/src/prwlocktryrdlock.c
@@ -52,7 +52,7 @@ int pthread_rwlock_tryrdlock(
_CORE_RWLock_Obtain_for_reading(
&the_rwlock->RWLock,
*rwlock,
- FALSE, // do not wait for the rwlock
+ FALSE, /* do not wait for the rwlock */
0,
NULL
);