From 1cc2b04ed7932364d53baf58d0730acbaa1b4bb7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 23 Jun 1999 10:47:33 +0000 Subject: Update. 1999-06-23 Ulrich Drepper * 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 * assert/assert.h: Don't produce `defined' as part of macro expansion. --- ChangeLog | 12 ++++++++++++ stdio/putc.c | 1 + 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac2bfae795..250a28f8c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-06-23 Ulrich Drepper + + * 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 + + * assert/assert.h: Don't produce `defined' as part of macro + expansion. + 1999-06-23 Roland McGrath * sysdeps/mach/hurd/read.c (__libc_read): Just call __pread with diff --git a/stdio/putc.c b/stdio/putc.c index f92ef303b8..f35f9775bf 100644 --- a/stdio/putc.c +++ b/stdio/putc.c @@ -3,3 +3,4 @@ #define fputc putc #define fputc_unlocked putc_unlocked #include +weak_alias (putc, putc_unlocked) -- cgit v1.2.3