This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]