diff options
Diffstat (limited to 'gl/argp-fs-xinl.c')
-rw-r--r-- | gl/argp-fs-xinl.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gl/argp-fs-xinl.c b/gl/argp-fs-xinl.c index b030e589f6..35547d93d4 100644 --- a/gl/argp-fs-xinl.c +++ b/gl/argp-fs-xinl.c @@ -1,5 +1,5 @@ /* Real definitions for extern inline functions in argp-fmtstream.h - Copyright (C) 1997, 2003-2004, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 1997, 2003-2004, 2009-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader <miles@gnu.ai.mit.edu>. @@ -20,7 +20,11 @@ # include <config.h> #endif -#define ARGP_FS_EI +#ifdef _LIBC +# define ARGP_FS_EI +#else +# define ARGP_FS_EI _GL_EXTERN_INLINE +#endif #undef __OPTIMIZE__ #define __OPTIMIZE__ 1 #include "argp-fmtstream.h" |