From 08a0d60a9bc07a64b50f70160a633be938180595 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 16 Jul 1998 13:49:59 +0000 Subject: Update. 1998-07-16 13:44 Ulrich Drepper * argp/argp-fmtstream.c: Fix warnings introduced in last change. * assert/assert-perr.c: Likewise. * assert/assert.c: Likewise. * gconv_conf.c: Likewise. * libio/iofputs_u.c: Likewise. * malloc/mtrace.c: Likewise. * malloc/obstack.c: Likewise. * misc/error.c: Likewise. * misc/syslog.c: Likewise. * stdio-common/asprintf.c: Likewise. * stdio-common/dprintf.c: Likewise. * stdio-common/getw.c: Likewise. * stdio-common/putw.c: Likewise. * stdio-common/snprintf.c: Likewise. * stdio-common/sprintf.c: Likewise. * stdio-common/sscanf.c: Likewise. * sunrpc/svc_simple.c: Likewise. * sysdeps/generic/abort.c: Likewise. * rt/aio_cancel.c: Don't define ECANCELED here. * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED correctly. --- malloc/mtrace.c | 1 + malloc/obstack.c | 1 + 2 files changed, 2 insertions(+) (limited to 'malloc') diff --git a/malloc/mtrace.c b/malloc/mtrace.c index 40b3d74..86f8954 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -41,6 +41,7 @@ extern char *getenv (); #endif #if defined _LIBC && defined USE_IN_LIBIO +# include # define setvbuf(s, b, f, l) _IO_setvbuf (s, b, f, l) #endif diff --git a/malloc/obstack.c b/malloc/obstack.c index f39b638..a192441 100644 --- a/malloc/obstack.c +++ b/malloc/obstack.c @@ -460,6 +460,7 @@ _obstack_memory_used (h) # endif #endif #if defined _LIBC && defined USE_IN_LIBIO +# include # define fputs(s, f) _IO_fputs (s, f) #endif -- cgit v1.1