Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 21:22:14 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include stdio.h src/lib/libc/stdio _flock_stub.c local.h
Message-ID:  <200103010522.f215MFB96048@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2001/02/28 21:22:14 PST

  Modified files:
    include              stdio.h 
    lib/libc/stdio       _flock_stub.c local.h 
  Log:
  Hide the definition of struct __sFILEX and add the needed
  lock definitions to it.  flockfile state is now allocated
  along with the rest of FILE.  This eliminates the need for a
  separate allocation of flockfile state as well as eliminating
  the mutex/lock used to serialize its allocation.
  
  Revision  Changes    Path
  1.31      +2 -7      src/include/stdio.h
  1.10      +24 -82    src/lib/libc/stdio/_flock_stub.c
  1.3       +11 -1     src/lib/libc/stdio/local.h


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?200103010522.f215MFB96048>