Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 1998 02:11:54 -0700 (PDT)
From:      Thomas Gellekum <tg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc_r/man pthread_detach.3 pthread_join.3 src/lib/libc_r/uthread pthread_private.h uthread_create.c uthread_detach.c uthread_join.c
Message-ID:  <199804220911.CAA06320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tg          1998/04/22 02:11:53 PDT

  Modified files:        (Branch: RELENG_2_2)
    lib/libc_r/man       pthread_detach.3 pthread_join.3 
    lib/libc_r/uthread   pthread_private.h uthread_create.c 
                         uthread_detach.c uthread_join.c 
  Log:
  MFC part 1: Safety belts for code written for older drafts of
  the POSIX threads standard.
  
  Revision  Changes    Path
  1.1.2.1   +6 -4      src/lib/libc_r/man/pthread_detach.3
  1.1.2.2   +3 -3      src/lib/libc_r/man/pthread_join.3
  1.2.2.2   +8 -1      src/lib/libc_r/uthread/pthread_private.h
  1.2.2.3   +7 -0      src/lib/libc_r/uthread/uthread_create.c
  1.1.2.3   +1 -1      src/lib/libc_r/uthread/uthread_detach.c
  1.1.2.3   +10 -0     src/lib/libc_r/uthread/uthread_join.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804220911.CAA06320>