]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use uintptr_t for return type of _Unwind_GetCFA.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 27 Jan 2022 18:53:21 +0000 (10:53 -0800)
committerDimitry Andric <dim@FreeBSD.org>
Sun, 20 Feb 2022 12:29:05 +0000 (13:29 +0100)
commit3d6285b4dd1c32e290b0a901aa2bf3581b38eb58
tree9d7e6d59d7d6946742e55141186ac872e0648d46
parentad16681721072f011e26f775ce47c872ec001f26
Use uintptr_t for return type of _Unwind_GetCFA.

This matches the type in other unwind headers.

Reviewed by: dim, emaste
Differential Revision: https://reviews.freebsd.org/D34050

(cherry picked from commit 3a502289d316f726fec24087012fabb06313a2bf)
lib/libthr/thread/thr_exit.c