summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/setvbuf.c
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2002-08-14 23:45:42 +0000
committerRobert Drehmel <robert@FreeBSD.org>2002-08-14 23:45:42 +0000
commit3248d0a51743c450cf9c656c793102b98b5aa44e (patch)
tree4a5ee2a856f08d941a04f571a20db00d3d4f6f88 /lib/libc/stdio/setvbuf.c
parent620035ef8982a70259ba414df3039c0d1625aa58 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/setvbuf.c')
-rw-r--r--lib/libc/stdio/setvbuf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c
index df88d246cf68..8be8ff61a033 100644
--- a/lib/libc/stdio/setvbuf.c
+++ b/lib/libc/stdio/setvbuf.c
@@ -52,11 +52,7 @@ __FBSDID("$FreeBSD$");
* a buffer.
*/
int
-setvbuf(fp, buf, mode, size)
- FILE *fp;
- char *buf;
- int mode;
- size_t size;
+setvbuf(FILE *__restrict fp, char *__restrict buf, int mode, size_t size)
{
int ret, flags;
size_t iosize;