Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: ad
Date: Fri Jan 30 23:21:03 UTC 2009
Modified Files:
src/lib/libc/misc: stack_protector.c
src/lib/libc/stdlib: abort.c
src/lib/libc/thread-stub: thread-stub.c
Log Message:
Make threaded programs die correctly:
kill(getpid(), SIGFOO) -> raise(SIGFOO)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/misc/stack_protector.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/stdlib/abort.c
cvs rdiff -r1.20 -r1.21 src/lib/libc/thread-stub/thread-stub.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