Date: Sun, 2 Aug 1998 18:05:12 -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: <199808030105.SAA12561@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alex 1998/08/02 18:05:12 PDT
Modified files: (Branch: RELENG_2_2)
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:
MFC: the pthreads spec is ISO/IEC 9945-1 ANSI/IEEE Std 1003.1 Second
Edition 1996-07-12.
Revision Changes Path
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_cleanup_pop.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_cleanup_push.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_cond_broadcast.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_cond_destroy.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_cond_init.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_cond_signal.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_cond_timedwait.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_cond_wait.3
1.1.2.3 +2 -2 src/lib/libc_r/man/pthread_create.3
1.1.2.2 +1 -1 src/lib/libc_r/man/pthread_detach.3
1.1.2.1 +2 -2 src/lib/libc_r/man/pthread_equal.3
1.2.2.2 +2 -2 src/lib/libc_r/man/pthread_exit.3
1.2.2.1 +3 -3 src/lib/libc_r/man/pthread_getspecific.3
1.1.2.3 +1 -1 src/lib/libc_r/man/pthread_join.3
1.1.2.2 +2 -2 src/lib/libc_r/man/pthread_key_create.3
1.1.2.2 +2 -2 src/lib/libc_r/man/pthread_key_delete.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_mutex_destroy.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_mutex_init.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_mutex_lock.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_mutex_trylock.3
1.1.4.1 +2 -2 src/lib/libc_r/man/pthread_mutex_unlock.3
1.1.2.1 +2 -2 src/lib/libc_r/man/pthread_once.3
1.1.2.1 +2 -2 src/lib/libc_r/man/pthread_self.3
1.1.2.2 +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?199808030105.SAA12561>
