commit | f6782bbd6b2b833ff69870cacc1b2f5e26e5fae8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Mar 02 15:21:19 2025 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 10 07:41:16 2025 +0100 |
tree | 5eaf26831abdc206e42a673028d6e7b924b0b494 | |
parent | 735916fef241ce7db5b9fdfade393b7dbc58682f [diff] |
common: clean up setjmp.h Separate setjmp.h into an architecture independent part and an architecture specific part. This simplifies moving from using struct jmp_buf_data directly to using type jmp_buf in our code which is the C compliant way. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>