From owner-freebsd-stable Mon Aug 7 2:53:12 2000 Delivered-To: freebsd-stable@freebsd.org Received: from dirac.th.physik.uni-bonn.de (dirac.th.physik.uni-bonn.de [131.220.161.119]) by hub.freebsd.org (Postfix) with SMTP id 1F9A737B8FA for ; Mon, 7 Aug 2000 02:53:07 -0700 (PDT) (envelope-from conrad@th.physik.uni-bonn.de) Received: (qmail 6761 invoked from network); 7 Aug 2000 09:53:04 -0000 Received: from merlin.th.physik.uni-bonn.de (131.220.161.121) by dirac.th.physik.uni-bonn.de with SMTP; 7 Aug 2000 09:53:04 -0000 Received: (qmail 24287 invoked by uid 145); 7 Aug 2000 09:53:04 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Aug 2000 09:53:04 -0000 Date: Mon, 7 Aug 2000 11:53:04 +0200 (CEST) From: Jan Conrad To: "Chad R. Larson" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.5-STABLE and posix4/semaphore.h? In-Reply-To: <200008070023.RAA04410@freeway.dcfinc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Aug 2000, Chad R. Larson wrote: > As I recall, Jan Conrad wrote: > > sorry for asking, but is it correct that semaphore calls like sem_destroy, > > even though defined in semaphore.h, are not implemented under 3.5-STABLE? > > It is if you don't have > > options SYSVSEM > > in the config file you used to build your kernel. well - I *have* that option set, but as far as I understand things this enables sysV semaphores but not those of posix4... when I do grep -R sem_destroy /usr/src/sys I get /usr/src/sys/posix4/semaphore.h:int sem_destroy __P((sem_t *)); as the only answer! > > > thanks for your help > > De nada. > > -crl regards Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message