From 848438d4e85c57fe47424113fb3d654f444b5327 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 May 2002 21:29:42 +0000 Subject: Update. 2002-05-14 Ulrich Drepper * include/stdio.h: Remove references to old stdio implementation. * libio/Makefile (bug-ungetwc2-ENV): Define. * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Allocate three, not two, more than LEN when appending '/.'. * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check if NAME ends with '/.' if it is shorter than 2 chars. --- ChangeLog | 14 ++++++++++---- include/stdio.h | 12 ++---------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index f54baab5f7..a334247972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-05-14 Ulrich Drepper + + * include/stdio.h: Remove references to old stdio implementation. + + * libio/Makefile (bug-ungetwc2-ENV): Define. + 2002-05-13 Roland McGrath * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning. @@ -6,10 +12,10 @@ 2002-05-13 Marcus Brinkmann - * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): - Allocate three, not two, more than LEN when appending '/.'. - * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check - if NAME ends with '/.' if it is shorter than 2 chars. + * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): + Allocate three, not two, more than LEN when appending '/.'. + * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check + if NAME ends with '/.' if it is shorter than 2 chars. 2002-05-12 Roland McGrath diff --git a/include/stdio.h b/include/stdio.h index 0eddd7d8b2..e5228f267e 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,13 +1,8 @@ #ifndef _STDIO_H # if defined __need_FILE || defined __need___FILE -# ifdef USE_IN_LIBIO -# include -# else -# include -# endif +# include # else -# ifdef USE_IN_LIBIO -# include +# include /* Now define the internal interfaces. */ extern int __fcloseall (void); @@ -36,9 +31,6 @@ extern FILE *__new_tmpfile (void); extern FILE *__old_tmpfile (void); -# else -# include -# endif # define __need_size_t # include -- cgit v1.2.3