cvs commit: src/lib/libc/gen _pthread_stubs.c

Thomas Quinot thomas at FreeBSD.org
Fri Aug 11 18:34:25 UTC 2006


thomas      2006-08-11 18:34:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libc/gen         _pthread_stubs.c 
  Log:
  MFC revision 1.12:
  Fix a stub function (pthread_cond_wait) so that is has the correct number
  of arguments.
  
  Fixes some cases of seg faults due to the actual pthread_cond_wait being
  called with a bogus mutex pointer.
  
  Revision  Changes    Path
  1.11.8.1  +3 -3      src/lib/libc/gen/_pthread_stubs.c


More information about the cvs-all mailing list