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


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

Re: A patch for linuxthreads


> 
> hjl@lucon.org (H.J. Lu) writes:
> 
> > Sat Oct 24 18:15:53 1998  H.J. Lu  <hjl@gnu.org>
> > 
> > 	* linuxthreads/sysdeps/pthread/bits/pthreadtypes.h: Protect
> > 	with __USE_REENTRANT, __USE_MISC, __USE_GNU and _PTHREAD_H.
> > 	* linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h:
> > 	Likewise.
> 
> This patch is not ok.  The changes must be made wherever these files
> get included.  I think I did it correctly now.  Thanks,
> 

I don't think so. The problem is in

sysdeps/unix/sysv/linux/alpha/bits/types.h
sysdeps/unix/sysv/linux/mips/bits/types.h
sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h
sysdeps/unix/sysv/linux/bits/types.h
signal/signal.h

They include <bits/pthreadtypes.h> or <bits/sigthread.h>. But I didn't
see any changes.

-- 
H.J. Lu (hjl@gnu.org)


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