This is the mail archive of the libc-alpha@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: Compiling without linuxthreads broken


>>>>> Kaz Kylheku writes:

Kaz> On 8 Jun 2000, Andreas Jaeger wrote:
>> stdio-lock.h is not included if we compile without linuxthreads.
>> Should we just add an 
>> #ifdef _IO_MTSAFE_IO in _IO_list_lock etc?

Kaz> Already, list_all_lock is used elsewhere in genops.c without problems, because
Kaz> it is wrapped in #ifdef _IO_MTSAFE_IO. Failing to do the same wrapping in these
Kaz> new functions is a regrettable oversight on my part.  It's makes sense for new
Kaz> these locking functions to do nothing if the library is compiled without MT
Kaz> suport, but to still be there.


I've added a patch which does exactly this.  Have a look at the CVS
archive.

Thanks for the confirmation,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de

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