forked from Imagelibrary/rtems
Added name to id support routine.
This commit is contained in:
@@ -712,3 +712,18 @@ int mq_getattr(
|
||||
}
|
||||
return POSIX_BOTTOM_REACHED();
|
||||
}
|
||||
|
||||
/*PAGE
|
||||
*
|
||||
* _POSIX_Message_queue_Name_to_id
|
||||
*
|
||||
* XXX
|
||||
*/
|
||||
|
||||
int _POSIX_Message_queue_Name_to_id(
|
||||
const char *name,
|
||||
Objects_Id *id
|
||||
)
|
||||
{
|
||||
return 0; /* XXX fill me in */
|
||||
}
|
||||
|
||||
@@ -712,3 +712,18 @@ int mq_getattr(
|
||||
}
|
||||
return POSIX_BOTTOM_REACHED();
|
||||
}
|
||||
|
||||
/*PAGE
|
||||
*
|
||||
* _POSIX_Message_queue_Name_to_id
|
||||
*
|
||||
* XXX
|
||||
*/
|
||||
|
||||
int _POSIX_Message_queue_Name_to_id(
|
||||
const char *name,
|
||||
Objects_Id *id
|
||||
)
|
||||
{
|
||||
return 0; /* XXX fill me in */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user