Re: FreeBSD/i386 thread test - Mailing list pgsql-hackers

From Jeroen Ruigrok/asmodai
Subject Re: FreeBSD/i386 thread test
Date
Msg-id 20030908215511.GI88340@nexus.ninth-circle.org
Whole thread Raw
In response to Re: FreeBSD/i386 thread test  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: FreeBSD/i386 thread test  (Manfred Spraul <manfred@colorfullife.com>)
List pgsql-hackers
-On [20030908 23:52], Peter Eisentraut (peter_e@gmx.net) wrote:
>Why would FreeBSD have a "library of thread-safe libc functions" (libc_r)
>if the functions weren't thread-safe?  I think the test is faulty.

Having libc_r is not a guarantee that all functions of libc are
represented in that library as thread-safe functions.

gethostbyname_r() is a notable reentrant function which is absent in
FreeBSD.

-- 
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7  9D88 97E6 839B 2EAC 625B
http://www.tendra.org/   | http://www.in-nomine.org/~asmodai/diary/
Character is what you are in the dark...


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: FreeBSD/i386 thread test
Next
From: Manfred Spraul
Date:
Subject: Re: FreeBSD/i386 thread test