You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
429 B
11 lines
429 B
--- ./argp-fmtstream.h.orig 2003-12-11 09:37:05.000000000 +0100
|
|
+++ ./argp-fmtstream.h 2011-08-12 11:56:43.000000000 +0200
|
|
@@ -192,7 +192,7 @@
|
|
extern int _argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
|
|
extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
|
|
|
|
-#ifdef __OPTIMIZE__
|
|
+#if defined(__OPTIMIZE__) && !defined(__clang__)
|
|
/* Inline versions of above routines. */
|
|
|
|
#if !_LIBC
|
|
|