From f23d4706169d68d3c4e90b297650f89c272716f4 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Thu, 9 Jun 2016 11:33:15 -0400 Subject: cpukit: Add and use Watchdog_Discipline. Clock disciplines may be WATCHDOG_RELATIVE, WATCHDOG_ABSOLUTE, or WATCHDOG_NO_TIMEOUT. A discipline of WATCHDOG_RELATIVE with a timeout of WATCHDOG_NO_TIMEOUT is equivalent to a discipline of WATCHDOG_NO_TIMEOUT. updates #2732 --- cpukit/posix/src/prwlocktrywrlock.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/posix/src/prwlocktrywrlock.c') diff --git a/cpukit/posix/src/prwlocktrywrlock.c b/cpukit/posix/src/prwlocktrywrlock.c index 1181382fca..976e7a84ac 100644 --- a/cpukit/posix/src/prwlocktrywrlock.c +++ b/cpukit/posix/src/prwlocktrywrlock.c @@ -39,7 +39,6 @@ int pthread_rwlock_trywrlock( &the_rwlock->RWLock, _Thread_Executing, false, /* we are not willing to wait */ - 0, &queue_context ); return _POSIX_Get_error( status ); -- cgit v1.2.3