commit | 5de5d4626e192f5d0e6c97e14ce03b92a43622b3 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Thu Sep 12 14:17:20 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Thu Sep 12 15:01:04 2024 +0100 |
tree | 3947d6e1f9b5c877140006f248147f2e503e8e41 | |
parent | a1830ff43c5f8ee2957eb537f24670265ebd233b [diff] |
[libc] Centralise architecture-independent portions of setjmp.h The definitions of the setjmp() and longjmp() functions are common to all architectures, with only the definition of the jump buffer structure being architecture-specific. Move the architecture-specific portions to bits/setjmp.h and provide a common setjmp.h for the function definitions. Signed-off-by: Michael Brown <mcb30@ipxe.org>