From 57dae5622559f07d82d0cae680e7c3bb10dbc74d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Aug 1996 18:56:09 +0000 Subject: added constant to indicate there is no mutex associated with this condition variable --- cpukit/posix/include/rtems/posix/cond.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/posix/include/rtems') diff --git a/cpukit/posix/include/rtems/posix/cond.h b/cpukit/posix/include/rtems/posix/cond.h index 5533aff455..785ca33ae7 100644 --- a/cpukit/posix/include/rtems/posix/cond.h +++ b/cpukit/posix/include/rtems/posix/cond.h @@ -24,6 +24,13 @@ extern "C" { #include #include +/* + * Constant to indicate condition variable does not currently have + * a mutex assigned to it. + */ + +#define POSIX_CONDITION_VARIABLES_NO_MUTEX 0 + /* * Data Structure used to manage a POSIX condition variable */ -- cgit v1.2.3