forked from Imagelibrary/rtems
2000-12-01 Joel Sherrill <joel@OARcorp.com>
* include/rtems/posix/cond.h: #if 0'ed out prototype of _POSIX_Condition_variables_Get to avoid conflict with macro implementation.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/rtems/posix/cond.h: #if 0'ed out prototype of
|
||||
_POSIX_Condition_variables_Get to avoid conflict with macro
|
||||
implementation.
|
||||
|
||||
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Added macro support to POSIX API. This is known to compile.
|
||||
|
||||
@@ -105,10 +105,12 @@ RTEMS_INLINE_ROUTINE void _POSIX_Condition_variables_Free (
|
||||
* to OBJECTS_ERROR and the_condition variable is undefined.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control *_POSIX_Condition_variables_Get (
|
||||
Objects_Id *id,
|
||||
Objects_Locations *location
|
||||
);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* _POSIX_Condition_variables_Is_null
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/rtems/posix/cond.h: #if 0'ed out prototype of
|
||||
_POSIX_Condition_variables_Get to avoid conflict with macro
|
||||
implementation.
|
||||
|
||||
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Added macro support to POSIX API. This is known to compile.
|
||||
|
||||
@@ -105,10 +105,12 @@ RTEMS_INLINE_ROUTINE void _POSIX_Condition_variables_Free (
|
||||
* to OBJECTS_ERROR and the_condition variable is undefined.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control *_POSIX_Condition_variables_Get (
|
||||
Objects_Id *id,
|
||||
Objects_Locations *location
|
||||
);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* _POSIX_Condition_variables_Is_null
|
||||
|
||||
Reference in New Issue
Block a user