From owner-freebsd-standards Mon Sep 30 7: 1: 5 2002 Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D644C37B401 for ; Mon, 30 Sep 2002 07:01:03 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300CD43E6A for ; Mon, 30 Sep 2002 07:01:03 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g8UE1Zbj016472 for ; Mon, 30 Sep 2002 10:01:36 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g8UE1ZNI016471 for freebsd-standards@freebsd.org; Mon, 30 Sep 2002 10:01:35 -0400 (EDT) Date: Mon, 30 Sep 2002 10:01:35 -0400 From: Craig Rodrigues To: freebsd-standards@freebsd.org Subject: Re: Status of P1003_1B kernel config option? Message-ID: <20020930100135.A16436@attbi.com> References: <20020930001641.A14796@attbi.com> <20020930022511.A47626@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020930022511.A47626@espresso.q9media.com>; from mike@FreeBSD.org on Mon, Sep 30, 2002 at 02:25:11AM -0400 Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 30, 2002 at 02:25:11AM -0400, Mike Barcroft wrote: > > Does the implementation of POSIX message queues in > > /usr/src/sys/posix4/mqueue.h work in -CURRENT? > > Anything with a header and function prototypes should be considered > working. If not, a problem report would be appropriate. OK, I wasn't sure of the status of because at least on my system, there does not seem to be any man pages for mq_open(), mq_close(), etc. Also, what library needs to be linked in when using POSIX message queues? If I compile the following simple program, I get undefined errors at link time: #include #include int main(int argc, char *argv[]) { mqd_t a; mq_close(a); } -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message