Module Name: src Committed By: thorpej Date: Tue May 25 00:14:41 UTC 2021
Modified Files: src/lib/libc/arch/alpha/gen: __longjmp14.c src/lib/libc/compat/arch/alpha/gen: compat__setjmp.S compat_setjmp.S Log Message: POSIX sez: The longjmp() function shall not cause setjmp() to return 0; if val is 0, setjmp() shall return 1. Fixes the _longjmp_zero and longjmp_zero test cases in the t_setjmp test on alpha. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/alpha/gen/__longjmp14.c cvs rdiff -u -r1.4 -r1.5 src/lib/libc/compat/arch/alpha/gen/compat__setjmp.S cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/arch/alpha/gen/compat_setjmp.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.