Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/mips/gen



Module Name:    src
Committed By:   simonb
Date:           Sat Jul  3 05:44:55 UTC 2004

Modified Files:
        src/lib/libc/arch/mips/gen: __longjmp14.c

Log Message:
Copy the sparc/sparc64 __longjmp14() way of dealing with signal masks:
  * Restore the signal mask with sigprocmask() instead of _UC_SIGMASK,
  * since libpthread may want to interpose on signal handling.

Fixes regress/lib/libpthread/siglongjmp1.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/arch/mips/gen/__longjmp14.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