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]

condvar patch wrong



Hi Uli,

did you forget to commit some patches?  The current glibc doesn't
compile:

condvar.c: In function `pthread_cond_wait':
condvar.c:76: structure has no member named `p_condvar_avail'
condvar.c:105: structure has no member named `p_condvar_avail'
condvar.c: In function `pthread_cond_timedwait_relative':
condvar.c:156: structure has no member named `p_condvar_avail'
condvar.c:198: structure has no member named `p_condvar_avail'
condvar.c: In function `pthread_cond_signal':
condvar.c:243: structure has no member named `p_condvar_avail'
condvar.c: In function `pthread_cond_broadcast':
condvar.c:261: structure has no member named `p_condvar_avail'
make[2]: *** [/builds/glibc/20000628-main/linuxthreads/condvar.o] Error 1
make[2]: Leaving directory `/usr/src/cvs/libc/linuxthreads'
make[1]: *** [linuxthreads/others] Error 2

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]