Added name to id support routine.

This commit is contained in:
Joel Sherrill
1999-11-01 20:31:25 +00:00
parent 2e3e40770b
commit 0910a25152
2 changed files with 30 additions and 0 deletions

View File

@@ -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 */
}

View File

@@ -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 */
}