Subject: Re: FreeBSD 5/6/7 kernel emulator for NetBSD 2.x
To: None <tech-kern@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 10/27/2005 14:40:38
On Thu, Oct 27, 2005 at 02:28:08PM +0200, Joerg Sonnenberger wrote:
>  The Nvidia OpenGL library
> requires IIRC things like TLS, which is not available in NetBSD.

I suppose with TLS you mean the funny attribute stuff that newer gcc's do?
Of course NetBSD supports pthread_key_create(), pthread_setspecific()
and pthread_getspecific().

Martin