]> 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>
Mon, 17 Jun 2024 10:37:54 +0000 (11:37 +0100)
commitea0aa9765d44baccce398ec92c30cb5f2e3e2e9d
tree0319b3fd3de5d99e4abc51286ea132021ea54fb5
parentcaa470295744d755bb86dfec3c1dd509de95ba0c
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.

(cherry picked from commit 161efd677458f20d13ee1018a4d5e3964febd508)
libstdc++-v3/libsupc++/new_opa.cc