View | Details | Raw Unified
Collapse All | Expand All

(-) lib/argp-fmtstream.h.orig (-1 / +9 lines)
 Lines 580-586    Link Here 
# endif
# endif
# ifndef ARGP_EI
# ifndef ARGP_EI
#  define ARGP_EI extern __inline__
#  if defined __GNUC_STDC_INLINE__
#    define ARGP_EI extern __inline__ __attribute__((__gnu_inline__))
#  else
#    define ARGP_EI extern __inline__
#  endif
# endif
# endif
ARGP_EI void
ARGP_EI void
 Lines 198-205    Link Here 
#endif
#endif
#ifndef ARGP_FS_EI
#ifndef ARGP_FS_EI
#ifdef __GNUC_STDC_INLINE__
#define ARGP_FS_EI extern inline __attribute__((__gnu_inline__))
#else
#define ARGP_FS_EI extern inline
#define ARGP_FS_EI extern inline
#endif
#endif
#endif
ARGP_FS_EI size_t
ARGP_FS_EI size_t
__argp_fmtstream_write (argp_fmtstream_t __fs,
__argp_fmtstream_write (argp_fmtstream_t __fs,