From f042f18f936c0ebe2ece3dcdeb657a833dba5bb0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Jun 1999 16:46:16 +0000 Subject: Update. 1999-06-21 Andreas Schwab * libio/Makefile (routines): Add putwchar and putwchar_u. * libio/putwchar.c: Include instead of "stdio.h". * libio/putwchar_u.c: Likewise. Use _IO_stdout instead of stdout. Fix parameter name. * libio/getchar.c: Consistently use _IO_stdin instead of stdin. * libio/getchar_u.c: Likewise. * libio/putchar_u.c: Use _IO_stdout instead of stdout. 1999-06-21 Andreas Schwab * include/features.h (__GNUC_PREREQ): Don't generate `defined' via macro expansion---it's undefined. Properly parenthesize substituted parameters. (__GLIBC_PREREQ): Likewise. --- libio/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libio/Makefile') diff --git a/libio/Makefile b/libio/Makefile index 6759b84f1d..258ff10cb3 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -32,8 +32,9 @@ routines := \ iofgetpos64 iofopen64 iofsetpos64 \ fputwc fputwc_u getwc getwc_u getwchar getwchar_u iofgetws iofgetws_u \ iofputws iofputws_u iogetwline iowpadn ioungetwc putwc putwc_u \ - putchar putchar_u swprintf vwprintf wprintf wscanf fwscanf vwscanf \ - vswprintf iovswscanf swscanf wgenops wstrops wfileops iofwide \ + putwchar putwchar_u putchar putchar_u swprintf vwprintf wprintf \ + wscanf fwscanf vwscanf vswprintf iovswscanf swscanf wgenops wstrops \ + wfileops iofwide \ \ clearerr feof ferror fileno fputc freopen fseek getc getchar \ memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \ -- cgit v1.2.3-65-gdbad