Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Jun 1999 10:47:33 +0000 (10:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Jun 1999 10:47:33 +0000 (10:47 +0000)
1999-06-23  Ulrich Drepper  <drepper@cygnus.com>

* stdio/fputc.c: Don't define alias if fputc is defined as a
macro.
* stdio/putc.c: Define weak alias here since it is not done
anymore in fputc.c.

1999-06-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* assert/assert.h: Don't produce `defined' as part of macro
expansion.

ChangeLog
stdio/putc.c

index ac2bfae..250a28f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1999-06-23  Ulrich Drepper  <drepper@cygnus.com>
+
+       * stdio/fputc.c: Don't define alias if fputc is defined as a
+       macro.
+       * stdio/putc.c: Define weak alias here since it is not done
+       anymore in fputc.c.
+
+1999-06-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * assert/assert.h: Don't produce `defined' as part of macro
+       expansion.
+
 1999-06-23  Roland McGrath  <roland@baalperazim.frob.com>
 
        * sysdeps/mach/hurd/read.c (__libc_read): Just call __pread with
index f92ef30..f35f977 100644 (file)
@@ -3,3 +3,4 @@
 #define        fputc   putc
 #define fputc_unlocked putc_unlocked
 #include <fputc.c>
+weak_alias (putc, putc_unlocked)