diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-04 20:14:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-04 20:14:46 +0000 |
commit | 14d898aef6373abaf64a7b17f32e8ce3f655cdf3 (patch) | |
tree | fe797356169d8a79e934896473a7b3e61b4dd9a2 /ChangeLog | |
parent | a2b934be254cad6c725baf738f0d97df985522c6 (diff) | |
download | glibc-14d898aef6373abaf64a7b17f32e8ce3f655cdf3.tar glibc-14d898aef6373abaf64a7b17f32e8ce3f655cdf3.tar.gz glibc-14d898aef6373abaf64a7b17f32e8ce3f655cdf3.tar.bz2 glibc-14d898aef6373abaf64a7b17f32e8ce3f655cdf3.zip |
* elf/Makefile (subdir_lib): Change this target to lib-noranlib.
(lib-noranlib): Depend on on $(extra-objs).
* errno.h: Move __END_DECLS out of #ifdef's so it matches
__BEGIN_DECLS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ Tue Jun 4 02:25:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * elf/Makefile (subdir_lib): Change this target to lib-noranlib. + (lib-noranlib): Depend on on $(extra-objs). + + * errno.h: Move __END_DECLS out of #ifdef's so it matches + __BEGIN_DECLS. + * stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define as macro. _IO_size_t is just an alias for the real size_t anyway. |