From: Ulrich Drepper Date: Thu, 8 Oct 1998 17:20:54 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_98~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea1dfb4a9a504558296e216f7f9d95a5f2700db9;p=platform%2Fupstream%2Fglibc.git Update. * argp/argp-xinl.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index e884712..67bc5df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ reallocation case. * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined. + * argp/argp-xinl.c: Likewise. * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing Ruffian entry back. diff --git a/argp/argp-xinl.c b/argp/argp-xinl.c index 35a8f83..da231cf 100644 --- a/argp/argp-xinl.c +++ b/argp/argp-xinl.c @@ -1,5 +1,5 @@ /* Real definitions for extern inline functions in argp.h - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -22,6 +22,11 @@ #include #endif +#include + +#ifndef __USE_EXTERN_INLINES +# define __USE_EXTERN_INLINES 1 +#endif #define ARGP_EI #undef __OPTIMIZE__ #define __OPTIMIZE__