summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-14 20:40:30 -0400
committerPaul Smith <psmith@gnu.org>2013-09-14 20:40:30 -0400
commit6de1519d9278e5aaa41d11fd838df3722bc75869 (patch)
tree9ecba816136119896da6df2a94c74c5116a5d688 /makeint.h
parent22e4881ec113e3ecb8637d7600cb5c0b321556dc (diff)
downloadmake-6de1519d9278e5aaa41d11fd838df3722bc75869.tar.gz
[SV 33134] Don't try to close stdout when it's already closed.
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/makeint.h b/makeint.h
index 276a13d9..dac58587 100644
--- a/makeint.h
+++ b/makeint.h
@@ -493,8 +493,6 @@ void user_access (void);
void make_access (void);
void child_access (void);
-void close_stdout (void);
-
char *strip_whitespace (const char **begpp, const char **endpp);
/* String caching */