1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

remove another printf stmt

This commit is contained in:
Jim Meyering
1999-11-27 20:03:05 +00:00
parent 15d2e7a86b
commit ec974f5c39

View File

@@ -90,7 +90,6 @@ sighandler (int sig)
#else
signal (sig, SIG_DFL);
#endif
printf ("in handler\n");
suspended = 1;
kill (getpid (), sig);