Subject: pthread stubs
To: None <current-users@netbsd.org>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: current-users
Date: 09/21/2007 17:36:15
Is there a reason why we simply can't have weak aliased stubs for each
pthread function in libc in lieu of the stub macros in <pthread.h>?
It's annoying to have to work around all of the issues this causes
with libX11 (there have been several posts about this in the past,
especially from joerg@ and myself).

Regards,

--Blair