Commit 76f062690c

YANG Xudong <yangxudong@ymatrix.cn>
2024-08-13 01:43:01
add getcontext
1 parent eadc0c0
Changed files (1)
lib
std
lib/std/os/linux/loongarch64.zig
@@ -201,3 +201,6 @@ pub const ucontext_t = extern struct {
 };
 
 pub const Elf_Symndx = u32;
+
+/// TODO
+pub const getcontext = {};