CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/05/30 15:59:35
Modified files: lib/libcurses/tty: lib_tstp.c Log message: Document why everything in this signal handler is totally unsafe -- it is totally ridiculous to call all sorts of stdio and malloc stuff in a signal handler. These comments have been looked at by nicm, and then passed upstream.