summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-04 20:14:46 +0000
committerRoland McGrath <roland@gnu.org>1996-06-04 20:14:46 +0000
commit14d898aef6373abaf64a7b17f32e8ce3f655cdf3 (patch)
treefe797356169d8a79e934896473a7b3e61b4dd9a2 /ChangeLog
parenta2b934be254cad6c725baf738f0d97df985522c6 (diff)
* 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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c26031a4a3..35d089dc5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.