summaryrefslogtreecommitdiffstats
path: root/package/argp-standalone/0003-fix_build_with_c99_compilers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/argp-standalone/0003-fix_build_with_c99_compilers.patch')
-rw-r--r--package/argp-standalone/0003-fix_build_with_c99_compilers.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/argp-standalone/0003-fix_build_with_c99_compilers.patch b/package/argp-standalone/0003-fix_build_with_c99_compilers.patch
index bfa0bb53e1..56b753b607 100644
--- a/package/argp-standalone/0003-fix_build_with_c99_compilers.patch
+++ b/package/argp-standalone/0003-fix_build_with_c99_compilers.patch
@@ -66,15 +66,3 @@ index e797b11..828f435 100644
/* Internal routines. */
extern void _argp_fmtstream_update (argp_fmtstream_t __fs);
-@@ -216,7 +220,11 @@
- #endif
-
- #ifndef ARGP_FS_EI
-+#if defined(__GNUC__) && !defined(__GNUC_STDC_INLINE__)
- #define ARGP_FS_EI extern inline
-+#else
-+#define ARGP_FS_EI inline
-+#endif
- #endif
-
- ARGP_FS_EI size_t
OpenPOWER on IntegriCloud