]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix build failure on tilepro due to unsupported atomics
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 18 Oct 2017 11:20:55 +0000 (12:20 +0100)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 16 Nov 2017 06:53:00 +0000 (12:23 +0530)
commita546080d517c8833ce1d6abdb86a9293c8d29bae
tree256875c246f271a6e33174c80ee8985936d5776a
parentaa5be982ea1f59ee1e479fe9a561aeafd91a2261
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.

(cherry-picked from 2c2245b92ccf6344b324d17d8f94ccd3b8c559c6)
ChangeLog
malloc/malloc.c