Daniel Eischen wrote: > In -current, we modified FILE (/usr/include/stdio.h) and added > (or changed) a field to use for holding a mutex that is used by > flockfile (lib/libc/stdio/_flock_stub.c). We broke the ABI > in order to do this, and it was very painful (just search for > "the whole stdio mess" or something like that in the -current > archives). You cannot do this for -stable. > > You're going to have to keep the hashtable method of locking > FILEs.
It's got to be a bogus piece of code that lacks the feature test wrapper for _SGI_REENTRANT_FUNCTIONS (IMO). -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message