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:
Joel Sherrill
2000-12-01 22:05:32 +00:00
parent 5af177fd23
commit eb33fa5495
4 changed files with 16 additions and 0 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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