From 30c5411d0717483a9ad892f6f0a2f92a1ffd7c84 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Mon, 6 Jun 2022 12:00:45 -0400 Subject: Cygwin: remove most occurrences of __stdcall and __cdecl These have no effect on x86_64. Retain a few occurrences of __cdecl in files imported from other sources. Also retain all occurrences of WINAPI, even though the latter is simply a macro that expands to __stdcall. Most of these occurrences are associated with Windows API functions, and removing them might make the code confusing instead of simpler. --- winsup/cygwin/strace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/strace.cc') diff --git a/winsup/cygwin/strace.cc b/winsup/cygwin/strace.cc index 35f8a59ae..a1a55d1ec 100644 --- a/winsup/cygwin/strace.cc +++ b/winsup/cygwin/strace.cc @@ -90,7 +90,7 @@ strace::microseconds () return (int) (clk->strace_usecs () - process_start); } -static int __stdcall +static int getfunc (char *in_dst, const char *func) { const char *p; -- cgit v1.2.3