buildroot/package/mtd
Rahul Bedarkar 850e74c363 mtd: fix musl build issue
With musl C library, we get following build error

  integck.c:37:28: fatal error: bits/stdio_lim.h: No such file or directory
   #include <bits/stdio_lim.h>
                              ^
  compilation terminated.
  make[2]: *** [integck] Error 1

Header <bits/stdio_lim.h> is not available in musl C library. However
<stdio.h> has all definition that <bits/stdio_lim.h> supposed to be
providing. Moreover <bits/stdio_lim.h> shouldn't be included directly
instead we should be using <stdio.h>.

Since we already include <stdio.h> and in case of uClibc or glibc
<bits/stdio_lim.h> gets included internally, we can safely remove it.

Fixes:

  http://autobuild.buildroot.net/results/175/1754861457af520480cc34d7d2d0edff2868ff66/

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-08-17 08:35:49 +02:00
..
0001-mtd-utils-ubinize-Always-return-error-code-at-least-.patch
0002-integck-only-use-execinfo.h-when-INTEGCK_DEBUG-is-en.patch mtd: add option to install mtd integrity test 2016-07-16 11:49:40 +02:00
0003-fs-tests-integrity-don-t-include-header-bits-stdio_l.patch mtd: fix musl build issue 2016-08-17 08:35:49 +02:00
Config.in mtd: integck needs MMU support 2016-08-11 15:01:16 +02:00
Config.in.host
mtd.hash
mtd.mk mtd: add option to install mtd integrity test 2016-07-16 11:49:40 +02:00