From 0910a25152fd5c915770150199b31000c94cd6fa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Nov 1999 20:31:25 +0000 Subject: Added name to id support routine. --- c/src/exec/posix/src/mqueue.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'c/src/exec/posix') diff --git a/c/src/exec/posix/src/mqueue.c b/c/src/exec/posix/src/mqueue.c index cdf940bc55..05d9d3c741 100644 --- a/c/src/exec/posix/src/mqueue.c +++ b/c/src/exec/posix/src/mqueue.c @@ -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 */ +} -- cgit v1.2.3