]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix declaration of posix_memalign for freestanding
authorJonathan Wakely <jwakely@redhat.com>
Fri, 14 Jun 2024 11:10:48 +0000 (12:10 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 14 Jun 2024 14:24:14 +0000 (15:24 +0100)
commit161efd677458f20d13ee1018a4d5e3964febd508
treefdda2ae641266267e056b17ae17a8cc920650eb8
parent896e043830fa4bc391db5f3cc2c33496cb8aa32e
libstdc++: Fix declaration of posix_memalign for freestanding

Thanks to Jérôme Duval for noticing this.

libstdc++-v3/ChangeLog:

* libsupc++/new_opa.cc [!_GLIBCXX_HOSTED]: Fix declaration of
posix_memalign.
libstdc++-v3/libsupc++/new_opa.cc