Fix build failure on tilepro due to unsupported atomics
commit2c2245b92ccf6344b324d17d8f94ccd3b8c559c6
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 18 Oct 2017 11:20:55 +0000 (18 12:20 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Wed, 18 Oct 2017 11:20:55 +0000 (18 12:20 +0100)
tree284f5460798f126c408be5e4d7f976e7fe906a02
parent13c92696d2f66e94e4f04248550cc2b8f283bfd0
Fix build failure on tilepro due to unsupported atomics

        * malloc/malloc.c (malloc_state): Use int for have_fastchunks since
        not all targets support atomics on bool.
ChangeLog
malloc/malloc.c