]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use an unsigned 64-bit integer for exception class.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 27 Jan 2022 18:34:35 +0000 (10:34 -0800)
committerDimitry Andric <dim@FreeBSD.org>
Sun, 20 Feb 2022 12:28:58 +0000 (13:28 +0100)
commitad16681721072f011e26f775ce47c872ec001f26
tree0993be9ffce94e353c7f7aaca544727329a29bb7
parent9996fdbef70e0f897326043b944ef65a6f6102ad
Use an unsigned 64-bit integer for exception class.

This matches the type in other unwind headers (LLVM libunwind,
libcxxrt, glibc).

NB: include/unwind.h is not installed but is only used by libthr

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

(cherry picked from commit b84693501af6521487327ec4eb7c6ae0097ac5d7)
include/unwind.h
lib/libthr/thread/thr_exit.c