]> Git Repo - buildroot-mgba.git/commit
package/bdwgc: needs MMU
authorFabrice Fontaine <[email protected]>
Sat, 5 Nov 2022 21:16:39 +0000 (22:16 +0100)
committerThomas Petazzoni <[email protected]>
Sat, 5 Nov 2022 21:47:12 +0000 (22:47 +0100)
commitceb51d1463acb6918fbb825dc56b2a2b48ab8674
tree6c7d1186491e4c69b7cb680452a66e0c6665a903
parent94e47000c27c447de45e7190fbe8d3ef24d7df04
package/bdwgc: needs MMU

Fix the following build failure raise since bump to version 8.2.2 in
commit d7619682552dd34f499e9f17b0234af53da743ec and
https://github.com/ivmai/bdwgc/commit/9d8c196268068bb75f86dee0ba75ccd024531e72:

os_dep.c: In function 'block_unmap_inner':
os_dep.c:2668:17: warning: implicit declaration of function 'madvise'; did you mean 'raise'? [-Wimplicit-function-declaration]
 2668 |             if (madvise(start_addr, len, MADV_DONTNEED) == -1)
      |                 ^~~~~~~
      |                 raise

Fixes:
 - http://autobuild.buildroot.org/results/2b9924cb8c36a75e1ca7aefe83e95dc11c10ded6

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/bdwgc/Config.in
package/guile/Config.in
package/poke/Config.in
This page took 0.036011 seconds and 4 git commands to generate.