Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 1998 17:58:38 -0700 (PDT)
From:      Alex Nash <alex@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc_r/man pthread_cleanup_pop.3 pthread_cleanup_push.3 pthread_cond_broadcast.3 pthread_cond_destroy.3 pthread_cond_init.3 pthread_cond_signal.3 pthread_cond_timedwait.3 pthread_cond_wait.3 pthread_create.3 pthread_detach.3 pthread_equal.3 pthread_exit.3 ...
Message-ID:  <199808030058.RAA12299@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        1998/08/02 17:58:37 PDT

  Modified files:
    lib/libc_r/man       pthread_cleanup_pop.3 
                         pthread_cleanup_push.3 
                         pthread_cond_broadcast.3 
                         pthread_cond_destroy.3 
                         pthread_cond_init.3 pthread_cond_signal.3 
                         pthread_cond_timedwait.3 
                         pthread_cond_wait.3 pthread_create.3 
                         pthread_detach.3 pthread_equal.3 
                         pthread_exit.3 pthread_getspecific.3 
                         pthread_join.3 pthread_key_create.3 
                         pthread_key_delete.3 
                         pthread_mutex_destroy.3 
                         pthread_mutex_init.3 pthread_mutex_lock.3 
                         pthread_mutex_trylock.3 
                         pthread_mutex_unlock.3 pthread_once.3 
                         pthread_self.3 pthread_setspecific.3 
  Log:
  The pthreads standard has been published.  Change:
     ...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is
     published.
  to:
     ...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second
     Edition 1996-07-12.
  
  Discussed with:	jb
  
  Revision  Changes    Path
  1.2       +2 -2      src/lib/libc_r/man/pthread_cleanup_pop.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_cleanup_push.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_cond_broadcast.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_cond_destroy.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_cond_init.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_cond_signal.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_cond_timedwait.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_cond_wait.3
  1.5       +2 -2      src/lib/libc_r/man/pthread_create.3
  1.3       +1 -1      src/lib/libc_r/man/pthread_detach.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_equal.3
  1.4       +2 -2      src/lib/libc_r/man/pthread_exit.3
  1.5       +3 -3      src/lib/libc_r/man/pthread_getspecific.3
  1.4       +1 -1      src/lib/libc_r/man/pthread_join.3
  1.3       +2 -2      src/lib/libc_r/man/pthread_key_create.3
  1.3       +2 -2      src/lib/libc_r/man/pthread_key_delete.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_mutex_destroy.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_mutex_init.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_mutex_lock.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_mutex_trylock.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_mutex_unlock.3
  1.3       +2 -2      src/lib/libc_r/man/pthread_once.3
  1.2       +2 -2      src/lib/libc_r/man/pthread_self.3
  1.3       +2 -2      src/lib/libc_r/man/pthread_setspecific.3



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