[PATCH] Fix binary compatibility of bits/types.h

Jakub Jelinek jakub@redhat.com
Wed Sep 10 20:00:00 GMT 2003


On Wed, Sep 10, 2003 at 02:55:24PM -0500, Steve Munroe wrote:
> There also seems to be a problem with pthread_t between linuxthreads and 
> nptl. pthread_t:m is OK for Linuxthreads but nplt needs 
> pthread_t:P16__opaque_pthread.

Current NPTL has:
typedef unsigned long int pthread_t;

	Jakub



More information about the Libc-hacker mailing list