diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-29 02:54:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-29 02:54:55 +0000 |
commit | 46e4bd3b8eb5b11579110092f2563d745bab1139 (patch) | |
tree | 89e42e004e11904c65f3f880b5f58715e81bf382 /libio/Makefile | |
parent | 07d94f904544f10b49595dd08271388c20211584 (diff) | |
download | glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.tar glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.tar.gz glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.tar.bz2 glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.zip |
Update.
* libio/stdio.h: Add fmemopen prototype.
2000-08-25 Andreas Jaeger <aj@suse.de>
* libio/Makefile (routines): Add fmemopen.
(tests): Add test-fmemopen.
* libio/Versions: Add fmemopen with version GLIBC_2.2.
* libio/test-fmemopen.c: New file.
* libio/fmemopen.c: New file.
Patches by Hanno Mueller <kontakt@hanno.de>.
2000-08-28 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index e41e78e36b..4208de6aff 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -41,10 +41,10 @@ routines := \ iovdprintf vscanf vsnprintf obprintf fcloseall fseeko ftello \ freopen64 fseeko64 ftello64 \ \ - libc_fatal + libc_fatal fmemopen tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ - tst_wprintf2 tst-widetext + tst_wprintf2 tst-widetext test-fmemopen all: # Make this the default target; it will be defined in Rules. |