From owner-cvs-lib Thu Apr 23 01:23:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28443 for cvs-lib-outgoing; Thu, 23 Apr 1998 01:23:15 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28290; Thu, 23 Apr 1998 01:22:56 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07269; Thu, 23 Apr 1998 01:21:57 -0700 (PDT) Date: Thu, 23 Apr 1998 01:21:57 -0700 (PDT) Message-Id: <199804230821.BAA07269@freefall.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 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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