Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 06:20:42 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio fgetwc.c fputwc.c local.h
Message-ID:  <200209201320.g8KDKgST078576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/20 06:20:42 PDT

  Modified files:
    lib/libc/stdio       fgetwc.c fputwc.c local.h 
  Log:
  Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()
  and __fgetwc() which can be used when we know the file is locked.
  
  Revision  Changes    Path
  1.5       +21 -7     src/lib/libc/stdio/fgetwc.c
  1.4       +21 -11    src/lib/libc/stdio/fputwc.c
  1.15      +2 -0      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?200209201320.g8KDKgST078576>