Add LINUX_SA_NOCLDWAIT.

This commit is contained in:
nathanw 2002-02-19 16:35:59 +00:00
parent 96f907f394
commit cbc3e62bf0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_signal.h,v 1.2 2001/08/26 17:08:09 manu Exp $ */
/* $NetBSD: linux_signal.h,v 1.3 2002/02/19 16:35:59 nathanw Exp $ */
/*-
* Copyright (c) 1995, 1998, 2001 The NetBSD Foundation, Inc.
@ -89,6 +89,7 @@
/* sa_flags */
#define LINUX_SA_NOCLDSTOP 0x00000001
#define LINUX_SA_NOCLDWAIT 0x00000002
#define LINUX_SA_SIGINFO 0x00000004
#define LINUX_SA_ONSTACK 0x08000000
#define LINUX_SA_RESTART 0x10000000