redox-rt: fix i686 pctl pending offset

This commit is contained in:
4lDO2
2024-08-29 14:11:52 +02:00
parent b819940646
commit 933b447c7a
+1 -1
View File
@@ -272,7 +272,7 @@ __relibc_internal_sigentry_crit_third:
tcb_sa_off = const offset_of!(crate::Tcb, os_specific) + offset_of!(RtSigarea, arch),
tcb_sc_off = const offset_of!(crate::Tcb, os_specific) + offset_of!(RtSigarea, control),
pctl_off_actions = const offset_of!(SigProcControl, actions),
pctl_word = const offset_of!(SigProcControl, actions),
pctl_word = const offset_of!(SigProcControl, pending),
pctl = sym PROC_CONTROL_STRUCT,
STACK_ALIGN = const 16,
]);