diff options
author | Rahul Bedarkar <rahul.bedarkar@imgtec.com> | 2016-08-15 11:45:41 +0530 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-08-17 08:35:49 +0200 |
commit | 850e74c3639733986ff40b96fbca7d355aee738c (patch) | |
tree | 57b4f157a0a62709355a6ca77ef3cff9a8f1ffbc /docs/website | |
parent | 9781af1247c56899eaf28795ecaab7462da93066 (diff) | |
download | buildroot-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')
0 files changed, 0 insertions, 0 deletions