add getcontext

This commit is contained in:
YANG Xudong 2024-08-13 07:43:01 +08:00 committed by Andrew Kelley
parent eadc0c01cc
commit 76f062690c

View File

@ -201,3 +201,6 @@ pub const ucontext_t = extern struct {
};
pub const Elf_Symndx = u32;
/// TODO
pub const getcontext = {};