chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / argp / argp-fmtstream.h.patch
1 --- ./argp-fmtstream.h.orig     2003-12-11 09:37:05.000000000 +0100
2 +++ ./argp-fmtstream.h  2011-08-12 11:56:43.000000000 +0200
3 @@ -192,7 +192,7 @@
4  extern int _argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
5  extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
6  \f
7 -#ifdef __OPTIMIZE__
8 +#if defined(__OPTIMIZE__) && !defined(__clang__)
9  /* Inline versions of above routines.  */
10  
11  #if !_LIBC