summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tty/lib_tstp.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-12-06 04:26:00 +0000
committerderaadt <deraadt@openbsd.org>2001-12-06 04:26:00 +0000
commitcebbe7515e6f0181ae8b1b10dd2f440e1af762b0 (patch)
tree455216538d0487f3c9ac888df6f2ba487a63e1d0 /lib/libcurses/tty/lib_tstp.c
parentbe more careful with spaces and tabs, guys (diff)
downloadwireguard-openbsd-cebbe7515e6f0181ae8b1b10dd2f440e1af762b0.tar.xz
wireguard-openbsd-cebbe7515e6f0181ae8b1b10dd2f440e1af762b0.zip
mark more signals that I cannot fix
Diffstat (limited to 'lib/libcurses/tty/lib_tstp.c')
-rw-r--r--lib/libcurses/tty/lib_tstp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcurses/tty/lib_tstp.c b/lib/libcurses/tty/lib_tstp.c
index 23e99cf453e..0e862bbcde5 100644
--- a/lib/libcurses/tty/lib_tstp.c
+++ b/lib/libcurses/tty/lib_tstp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lib_tstp.c,v 1.8 2001/01/22 18:02:00 millert Exp $ */
+/* $OpenBSD: lib_tstp.c,v 1.9 2001/12/06 04:26:00 deraadt Exp $ */
/****************************************************************************
* Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. *
@@ -205,6 +205,8 @@ cleanup(int sig)
static int nested;
/*
+ * XXX signal race. The kind of comment is completely ingenius!
+ *
* Actually, doing any sort of I/O from within an signal handler is
* "unsafe". But we'll _try_ to clean up the screen and terminal
* settings on the way out.