Source-Changes archive

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

CVS commit: src/usr.bin/tip



Module Name:    src
Committed By:   gson
Date:           Thu Jun 11 18:12:00 UTC 2015

Modified Files:
        src/usr.bin/tip: tip.c

Log Message:
Don't call exit() from a signal handler, as it's not async-signal-safe;
use _exit() instead.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/tip/tip.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