From 7d53ba7fd88c1f4ea2b54b04080a3d34572df00f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 29 Jul 2008 08:51:16 +0000 Subject: Use C-style comments. --- cpukit/posix/src/prwlockrdlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/prwlockrdlock.c') diff --git a/cpukit/posix/src/prwlockrdlock.c b/cpukit/posix/src/prwlockrdlock.c index 8d48e01973..d96937a3e8 100644 --- a/cpukit/posix/src/prwlockrdlock.c +++ b/cpukit/posix/src/prwlockrdlock.c @@ -52,7 +52,7 @@ int pthread_rwlock_rdlock( _CORE_RWLock_Obtain_for_reading( &the_rwlock->RWLock, *rwlock, - TRUE, // we are willing to wait forever + TRUE, /* we are willing to wait forever */ 0, NULL ); -- cgit v1.2.3