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

Mike Makonnen mtm at FreeBSD.org
Thu Jan 29 04:03:18 PST 2004


mtm         2004/01/29 04:03:17 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_rwlock.c 
  Log:
  I update the rwlock code in libthr to be more standards compliant and
  what do I get for my troubles? libc breaks offcourse!
  
  Reimplement a hack (in libthr) that allows libc to use
  rwlocks without initializing them first. The hack was reimplemented
  so that only a private libc version of the rwlock locking functions
  initializes an uninitialized rwlock. The application version will
  correctly fail.
  
  Revision  Changes    Path
  1.5       +119 -12   src/lib/libthr/thread/thr_rwlock.c


More information about the cvs-src mailing list