cvs commit: src/lib/libthr/thread thr_init.c

Mike Makonnen mtm at FreeBSD.org
Wed Jun 4 01:23:06 PDT 2003


mtm         2003/06/04 01:23:05 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_init.c 
  Log:
  Make C applications statically compiled with libthr work. Previously,
  an application compiled -static with libthr would dump core in
  malloc(3) because the stub thread initialization routine in libc would
  be used instead of the libthr supplied one.
  
  Revision  Changes    Path
  1.8       +6 -0      src/lib/libthr/thread/thr_init.c


More information about the cvs-src mailing list