summaryrefslogtreecommitdiff
path: root/dispatch.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-04-23 12:28:53 +1000
committerDamien Miller <djm@mindrot.org>2006-04-23 12:28:53 +1000
commit2bdd1c117c82ecbf1949e39fcaf984e5fdd6d911 (patch)
treef0d1934bef28247e2886e36081009e0eb378bec8 /dispatch.h
parentf53429bebf0cc5e00f117f5602a30c58b55d7018 (diff)
- (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
sig_atomic_t
Diffstat (limited to 'dispatch.h')
-rw-r--r--dispatch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatch.h b/dispatch.h
index 4bca8a5a0..3e3d1a1ad 100644
--- a/dispatch.h
+++ b/dispatch.h
@@ -23,6 +23,9 @@
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */ 25 */
26
27#include <signal.h>
28
26enum { 29enum {
27 DISPATCH_BLOCK, 30 DISPATCH_BLOCK,
28 DISPATCH_NONBLOCK 31 DISPATCH_NONBLOCK