summaryrefslogtreecommitdiffstats
path: root/docs/website/docs.html
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-08-15 11:45:41 +0530
committerPeter Korsgaard <peter@korsgaard.com>2016-08-17 08:35:49 +0200
commit850e74c3639733986ff40b96fbca7d355aee738c (patch)
tree57b4f157a0a62709355a6ca77ef3cff9a8f1ffbc /docs/website/docs.html
parent9781af1247c56899eaf28795ecaab7462da93066 (diff)
downloadbuildroot-850e74c3639733986ff40b96fbca7d355aee738c.tar.gz
buildroot-850e74c3639733986ff40b96fbca7d355aee738c.zip
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>
Diffstat (limited to 'docs/website/docs.html')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud