Date: Thu, 23 Apr 1998 01:21:57 -0700 (PDT) From: Thomas Gellekum <tg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/include pthread.h src/lib/libc/gen ttyname.c src/lib/libc/stdlib malloc.c src/lib/libc/stdtime localtime.c src/lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_mutex.c Message-ID: <199804230821.BAA07269@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tg 1998/04/23 01:21:57 PDT Modified files: (Branch: RELENG_2_2) include pthread.h lib/libc/gen ttyname.c lib/libc/stdlib malloc.c lib/libc/stdtime localtime.c lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_mutex.c Log: MFC part 2: Static initializers for mutexes and condition variables. Revision Changes Path 1.2.2.4 +8 -2 src/include/pthread.h 1.5.2.4 +1 -1 src/lib/libc/gen/ttyname.c 1.18.2.4 +2 -2 src/lib/libc/stdlib/malloc.c 1.10.2.7 +4 -4 src/lib/libc/stdtime/localtime.c 1.2.2.3 +2 -2 src/lib/libc_r/uthread/pthread_private.h 1.3.2.4 +16 -4 src/lib/libc_r/uthread/uthread_cond.c 1.2.2.3 +16 -4 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804230821.BAA07269>