From ae2658509c30d9fef1a8d39b63d243bb8106e5b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 20 May 2000 20:58:29 +0200
Subject: [PATCH] Added cleanup_close_on_exec().

Rev: src/fd_control.h:1.5
---
 src/fd_control.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/fd_control.h b/src/fd_control.h
index 7eeaf4b1fc..a20b092d1c 100644
--- a/src/fd_control.h
+++ b/src/fd_control.h
@@ -5,7 +5,7 @@
 \*/
 
 /*
- * $Id: fd_control.h,v 1.4 1998/06/08 12:48:26 grubba Exp $
+ * $Id: fd_control.h,v 1.5 2000/05/20 18:58:29 grubba Exp $
  */
 #ifndef FD_CONTROL_H
 #define FD_CONTROL_H
@@ -17,6 +17,7 @@ int set_close_on_exec(int fd, int which);
 
 #ifdef HAVE_BROKEN_F_SETFD
 void do_close_on_exec(void);
+void cleanup_close_on_exec(void);
 #endif /* HAVE_BROKEN_F_SETFD */
 /* Prototypes end here */
 
-- 
GitLab