diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-21 06:15:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-21 06:15:13 +0000 |
commit | d052b31b79a3681db7de04177a55b04354320a61 (patch) | |
tree | 460566c2ae448a77eb915bf00e448c20dc1260d7 /libio/Makefile | |
parent | 266bb989e0a4b40e369eff177a59754655059fd8 (diff) | |
download | glibc-d052b31b79a3681db7de04177a55b04354320a61.tar.gz glibc-d052b31b79a3681db7de04177a55b04354320a61.tar.xz glibc-d052b31b79a3681db7de04177a55b04354320a61.zip |
Update.
* libio/Makefile (routines): Add fwide. * libio/iofwide.c (_IO_fwide): Remove locking. This is done in fwide now. Internal calls to _IO_fwide must do locking themselves or don't need locking. * libio/fwide.c: New file. * elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index ffc6958ae9..3232b80738 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -34,7 +34,7 @@ routines := \ iofputws iofputws_u iogetwline iowpadn ioungetwc putwc putwc_u \ putwchar putwchar_u putchar putchar_u fwprintf swprintf vwprintf \ wprintf wscanf fwscanf vwscanf vswprintf iovswscanf swscanf wgenops \ - wstrops wfileops iofwide \ + wstrops wfileops iofwide fwide \ \ clearerr feof ferror fileno fputc freopen fseek getc getchar \ memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \ |