Add a test for setjmp/longjmp within user context
commit49b4de21dcdf364e0dcc57382a8dfa339b59accc
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 14 Dec 2023 19:37:03 +0000 (14 11:37 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 16 Dec 2023 16:39:08 +0000 (16 08:39 -0800)
treed6871cb930bc87d2267832943c362a584b4bf25d
parent08bc191fd1603c41f5ddc97ead716e952a556dfd
Add a test for setjmp/longjmp within user context

Verify that setjmp/longjmp works correctly within a user context.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
stdlib/Makefile
stdlib/tst-setcontext11.c [new file with mode: 0644]