summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygwait.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/cygwait.h')
-rw-r--r--winsup/cygwin/cygwait.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/cygwait.h b/winsup/cygwin/cygwait.h
index 7c1e59c00..707976786 100644
--- a/winsup/cygwin/cygwait.h
+++ b/winsup/cygwin/cygwait.h
@@ -28,9 +28,8 @@ extern LARGE_INTEGER cw_nowait_storage;
const unsigned cw_std_mask = cw_cancel | cw_cancel_self | cw_sig;
-DWORD cygwait (HANDLE, PLARGE_INTEGER timeout,
- unsigned = cw_std_mask)
- __attribute__ ((regparm (3)));
+DWORD __reg3 cygwait (HANDLE, PLARGE_INTEGER timeout,
+ unsigned = cw_std_mask);
extern inline DWORD __attribute__ ((always_inline))
cygwait (HANDLE h, DWORD howlong, unsigned mask)