]> 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)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 27 Jan 2022 18:34:35 +0000 (10:34 -0800)
commitb84693501af6521487327ec4eb7c6ae0097ac5d7
tree4967797a083662184c3718dc558d718f250c1d53
parent4531b3450b23a01de04b3bb393e475cf734793c8
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
include/unwind.h
lib/libthr/thread/thr_exit.c