projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d2e7a
)
remove another printf stmt
author
Jim Meyering
<jim@meyering.net>
Sat, 27 Nov 1999 20:03:05 +0000
(20:03 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 27 Nov 1999 20:03:05 +0000
(20:03 +0000)
src/sleep.c
patch
|
blob
|
history
diff --git
a/src/sleep.c
b/src/sleep.c
index
866ad58
..
a5990bd
100644
(file)
--- a/
src/sleep.c
+++ b/
src/sleep.c
@@
-90,7
+90,6
@@
sighandler (int sig)
#else
signal (sig, SIG_DFL);
#endif
- printf ("in handler\n");
suspended = 1;
kill (getpid (), sig);