]> git.eshelyaron.com Git - emacs.git/commit
Pacify warnings in gmalloc.c
authorPo Lu <luangruo@yahoo.com>
Sun, 12 May 2024 05:27:43 +0000 (13:27 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:49:35 +0000 (17:49 +0200)
commitd5d11318b001eeb71cfaaea1b6fa9bbee8042d13
treed85e2e13004f2c98d5bd05d426af26f0bad1d546
parent2451e1ce2b826464a5e9341fd2cfecd1c431e1ca
Pacify warnings in gmalloc.c

* src/gmalloc.c (__malloc_initialize_hook): Also declare in
advance on Glibc 2.24 and later.
(__after_morecore_hook, __morecore): Likewise on Glibc 2.34 and
later.

(cherry picked from commit 67b1da215c9fc103d131e8c568a1e6a75d993f83)
src/gmalloc.c