Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 16:45:42 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include stdio.h src/lib/libc/stdio setbuf.3 setbuf.c setvbuf.c
Message-ID:  <200208142345.g7ENjgEj070790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
robert      2002/08/14 16:45:42 PDT

  Modified files:
    include              stdio.h 
    lib/libc/stdio       setbuf.3 setbuf.c setvbuf.c 
  Log:
   - Add the 'restrict' qualifier to the function definitions and
     public prototypes of setbuf(3) and setvbuf(3) using the
     '__restrict' macro from <sys/cdefs.h> to be compliant with
     IEEE Std 1003.1-2001.
   - Replace the K&R with ANSI-C function definitions.
   - Bring the manual page up-to-date.
  
  Revision  Changes    Path
  1.42      +2 -2      src/include/stdio.h
  1.11      +3 -3      src/lib/libc/stdio/setbuf.3
  1.3       +1 -3      src/lib/libc/stdio/setbuf.c
  1.12      +1 -5      src/lib/libc/stdio/setvbuf.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?200208142345.g7ENjgEj070790>