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

David Xu davidxu at FreeBSD.org
Sat Nov 29 06:10:03 PST 2003


davidxu     2003/11/29 06:10:02 PST

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_init.c 
  Log:
  Remove surplus mmap() call for stack guard page in init_private, it is done
  in init_main_thread. Also don't initialize lock and lockuser again for initial
  thread, it is already done by _thr_alloc().
  
  Reviewed by: deischen
  Approved by: re (scottl)
  
  Revision  Changes    Path
  1.62      +0 -25     src/lib/libpthread/thread/thr_init.c


More information about the cvs-all mailing list