Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2003 01:33:37 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.ORG>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: _fpathconf() and __semctl() prototypes
Message-ID:  <20030208233337.GA71208@vega.vega.com>
In-Reply-To: <20030208230626.GA31434@rot13.obsecurity.org>
References:  <20030208225930.GA31290@rot13.obsecurity.org> <20030208230626.GA31434@rot13.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 08, 2003 at 03:06:27PM -0800, Kris Kennaway wrote:
> On Sat, Feb 08, 2003 at 02:59:30PM -0800, Kris Kennaway wrote:
> > Can someone take a look at lib/libc/gen/semctl.c and tell me where
> > the __semctl() sysctl should be prototyped?
> 
> Also _fpathconf() in lib/libc/gen/statvfs.c

/usr/src/lib/libc/include/namespace.h

AFAIK, those `_*' functions are necessary in the libc_r, where it is needed
to make sure that a thread-safe version of the function in question is called
instead of unsafe one.

-Maxim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030208233337.GA71208>