Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-08-04 22:16:32 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-08-04 23:13:59 +0300
commitb28edc7b86c0b031c92ae9cd98c0c058f0b8aff3 (patch)
tree2c4581e42e99a8c3c3d98747f319d88f7e3f2978 /winsup/cygwin/pinfo.cc
parent73aefcb5c23b9ca186746ad2df55f82741fff6bb (diff)
Cygwin: drop all usages of WINAPI
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r--winsup/cygwin/pinfo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index 2e336c1a3..e086ab9a8 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -597,7 +597,7 @@ _pinfo::alive ()
return !!h;
}
-DWORD WINAPI
+DWORD
commune_process (void *arg)
{
siginfo_t& si = *((siginfo_t *) arg);
@@ -1234,7 +1234,7 @@ _pinfo::environ (size_t& n)
is received on the pipe, it is assumed that the cygwin pid has exited.
Otherwise, various "signals" can be sent to the parent to inform the
parent to perform a certain action. */
-static DWORD WINAPI
+static DWORD
proc_waiter (void *arg)
{
pinfo vchild = *(pinfo *) arg;