Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: riastradh
Date: Thu Apr 24 01:43:20 UTC 2025
Modified Files:
src/lib/libc/compat/arch/mips/gen: compat_setjmp.S
src/tests/lib/libc/setjmp: t_setjmp.c t_sigstack.c
Log Message:
mips/compat_longjmp: Make sure compat13 setjmp returns nonzero.
PR port-mips/59285: _longjmp(..., 0) makes setjmp return 0, not 1
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/compat/arch/mips/gen/compat_setjmp.S
cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/setjmp/t_setjmp.c
cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libc/setjmp/t_sigstack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index