summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/prwlocktrywrlock.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/prwlocktrywrlock.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/prwlocktrywrlock.c')
-rw-r--r--cpukit/posix/src/prwlocktrywrlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/prwlocktrywrlock.c b/cpukit/posix/src/prwlocktrywrlock.c
index 25a30cf621..31e3469398 100644
--- a/cpukit/posix/src/prwlocktrywrlock.c
+++ b/cpukit/posix/src/prwlocktrywrlock.c
@@ -52,7 +52,7 @@ int pthread_rwlock_trywrlock(
_CORE_RWLock_Obtain_for_writing(
&the_rwlock->RWLock,
*rwlock,
- FALSE, // we are not willing to wait
+ FALSE, /* we are not willing to wait */
0,
NULL
);