diff options
author | Andreas Schwab <schwab@suse.de> | 1999-07-20 07:57:14 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-07-20 07:57:14 +0000 |
commit | 3944f99e84e2fba80b5ac657d91a506e8b791772 (patch) | |
tree | 91c5a4d2b9678ff99796163462a5918772c0f64a /libio/Makefile | |
parent | de1910fd06f783d2816b08dd08efbd23f9bf7388 (diff) | |
download | glibc-3944f99e84e2fba80b5ac657d91a506e8b791772.zip glibc-3944f99e84e2fba80b5ac657d91a506e8b791772.tar.gz glibc-3944f99e84e2fba80b5ac657d91a506e8b791772.tar.bz2 |
* libio/Makefile (routines): Add fwprintf.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libio/Makefile b/libio/Makefile index 258ff10..54f32d9 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -32,9 +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 \ - putwchar putwchar_u putchar putchar_u swprintf vwprintf wprintf \ - wscanf fwscanf vwscanf vswprintf iovswscanf swscanf wgenops wstrops \ - wfileops iofwide \ + putwchar putwchar_u putchar putchar_u fwprintf 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 \ |