diff options
Diffstat (limited to 'openbsd-compat/bsd-misc.h')
-rw-r--r-- | openbsd-compat/bsd-misc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index 009739b14..7027815d6 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: bsd-misc.h,v 1.15 2004/03/08 11:59:03 dtucker Exp $ */ | 1 | /* $Id: bsd-misc.h,v 1.16 2004/06/25 04:03:34 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org> | 4 | * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org> |
@@ -93,6 +93,10 @@ int tcsendbreak(int, int); | |||
93 | void unsetenv(const char *); | 93 | void unsetenv(const char *); |
94 | #endif | 94 | #endif |
95 | 95 | ||
96 | #ifndef HAVE_CLOSEFROM | ||
97 | int closefrom(int); | ||
98 | #endif | ||
99 | |||
96 | /* wrapper for signal interface */ | 100 | /* wrapper for signal interface */ |
97 | typedef void (*mysig_t)(int); | 101 | typedef void (*mysig_t)(int); |
98 | mysig_t mysignal(int sig, mysig_t act); | 102 | mysig_t mysignal(int sig, mysig_t act); |