diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-30 23:50:48 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-30 23:50:48 +0000 |
commit | 96e1b38586e80a0f014038bf4fdf4689c668fbd6 (patch) | |
tree | d7f6a7866700601598cfcc006b7dcb6cb4a7c07e /runit/runit_lib.h | |
parent | deabacdf91c6d1c3cfcdb4cd06780807193de81d (diff) | |
download | busybox-w32-96e1b38586e80a0f014038bf4fdf4689c668fbd6.tar.gz busybox-w32-96e1b38586e80a0f014038bf4fdf4689c668fbd6.tar.bz2 busybox-w32-96e1b38586e80a0f014038bf4fdf4689c668fbd6.zip |
introduce and use close_on_exec_on(fd). -50 bytes.
Diffstat (limited to 'runit/runit_lib.h')
-rw-r--r-- | runit/runit_lib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runit/runit_lib.h b/runit/runit_lib.h index c644f5b9d..4b9482024 100644 --- a/runit/runit_lib.h +++ b/runit/runit_lib.h | |||
@@ -27,8 +27,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
27 | 27 | ||
28 | extern unsigned byte_chr(char *s,unsigned n,int c); | 28 | extern unsigned byte_chr(char *s,unsigned n,int c); |
29 | 29 | ||
30 | extern int coe(int); | ||
31 | |||
32 | #define direntry struct dirent | 30 | #define direntry struct dirent |
33 | 31 | ||
34 | //struct tai { | 32 | //struct tai { |