From 7163e69e10f3bbbe71a416d15e66eac16c852d27 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 May 2000 18:32:20 +0000 Subject: Update. 2000-05-21 Jakub Jelinek * libio/libioP.h (_IO_CHECK_WIDE): Define. * libio/iosetbuffer.c (_IO_setbuffer): Use it. Call _IO_WSETBUF even for _mode 1. * libio/iosetvbuf.c (_IO_setvbuf): Likewise. * libio/fileops.c (_IO_new_file_fopen): Return NULL if _IO_CHECK_WIDE fails. --- libio/bits/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/bits/stdio.h') diff --git a/libio/bits/stdio.h b/libio/bits/stdio.h index d698132..2522a38 100644 --- a/libio/bits/stdio.h +++ b/libio/bits/stdio.h @@ -1,5 +1,5 @@ /* Optimizing macros and inline functions for stdio functions. - Copyright (C) 198 Free Software Foundation, Inc. + Copyright (C) 1998, 2000 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as -- cgit v1.1