diff options
author | Roland McGrath <roland@gnu.org> | 2001-11-13 10:07:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-11-13 10:07:33 +0000 |
commit | 27114e2046a5d8b89c2e84bdcc53c42f7381c700 (patch) | |
tree | 98c25110b7cbc910340fa19714a1d457cafd6e67 /ChangeLog | |
parent | c9fc9559ffc7651ee91cf8370ddb1af79caa24c1 (diff) | |
download | glibc-27114e2046a5d8b89c2e84bdcc53c42f7381c700.tar.gz glibc-27114e2046a5d8b89c2e84bdcc53c42f7381c700.tar.xz glibc-27114e2046a5d8b89c2e84bdcc53c42f7381c700.zip |
* stdio-common/tmpfile.c: Moved to ...
* sysdeps/generic/tmpfile.c: ... here. * sysdeps/mach/hurd/tmpfile.c: New file. * hurd/fopenport.c (__fopenport): Renamed from fopenport. [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie. (fopenport): Define as weak alias. * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ... * libio/libioP.h: ... to here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bc96841ffa..d301cd7e84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2001-11-13 Roland McGrath <roland@frob.com> + + * stdio-common/tmpfile.c: Moved to ... + * sysdeps/generic/tmpfile.c: ... here. + * sysdeps/mach/hurd/tmpfile.c: New file. + + * hurd/fopenport.c (__fopenport): Renamed from fopenport. + [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie. + (fopenport): Define as weak alias. + + * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ... + * libio/libioP.h: ... to here. + 2001-11-12 Ulrich Drepper <drepper@redhat.com> * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over |