diff options
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r-- | winsup/cygwin/pinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 586a6cc7f..877c22235 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -123,6 +123,8 @@ public: bool dup_proc_pipe (HANDLE) __attribute__ ((regparm(2))); void sync_proc_pipe (); bool alert_parent (char); + int __stdcall kill (siginfo_t&) __attribute__ ((regparm (2))); + bool __stdcall exists () __attribute__ ((regparm (1))); friend void __stdcall set_myself (HANDLE); |