Source-Changes archive

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

CVS commit: src/lib/libpthread



Module Name:    src
Committed By:   christos
Date:           Tue Nov 25 22:26:44 UTC 2003

Modified Files:
        src/lib/libpthread: pthread_sig.c

Log Message:
- don't store sigmask on the stack, we could store it in the right place
  [in the context]
- this has the side effect of fixing the problem of the signal mask not
  being preserved properly upon signal return, found and fixed by cl.
- add si_code to the tramp debugging output (requested by cl).


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/lib/libpthread/pthread_sig.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