Cygwin: kill(1): introduce a -W option
Allow to kill processes using Windows PIDs on the command line. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -158,6 +158,7 @@ typedef enum
|
||||
CW_GETNSS_GRP_SRC,
|
||||
CW_EXCEPTION_RECORD_FROM_SIGINFO_T,
|
||||
CW_CYGHEAP_PROFTHR_ALL,
|
||||
CW_WINPID_TO_CYGWIN_PID,
|
||||
} cygwin_getinfo_types;
|
||||
|
||||
#define CW_LOCK_PINFO CW_LOCK_PINFO
|
||||
@ -220,6 +221,7 @@ typedef enum
|
||||
#define CW_GETNSS_GRP_SRC CW_GETNSS_GRP_SRC
|
||||
#define CW_EXCEPTION_RECORD_FROM_SIGINFO_T CW_EXCEPTION_RECORD_FROM_SIGINFO_T
|
||||
#define CW_CYGHEAP_PROFTHR_ALL CW_CYGHEAP_PROFTHR_ALL
|
||||
#define CW_WINPID_TO_CYGWIN_PID CW_WINPID_TO_CYGWIN_PID
|
||||
|
||||
/* Token type for CW_SET_EXTERNAL_TOKEN */
|
||||
enum
|
||||
|
Reference in New Issue
Block a user