summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/sys/timeb.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/include/sys/timeb.h')
-rw-r--r--winsup/mingw/include/sys/timeb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/mingw/include/sys/timeb.h b/winsup/mingw/include/sys/timeb.h
index 4cb4b2e37..9e9308c5e 100644
--- a/winsup/mingw/include/sys/timeb.h
+++ b/winsup/mingw/include/sys/timeb.h
@@ -54,15 +54,15 @@ extern "C" {
#endif
/* TODO: Not tested. */
-_CRTIMP void __cdecl _ftime (struct _timeb*);
+_CRTIMP void __cdecl __MINGW_NOTHROW _ftime (struct _timeb*);
#ifndef _NO_OLDNAMES
-_CRTIMP void __cdecl ftime (struct timeb*);
+_CRTIMP void __cdecl __MINGW_NOTHROW ftime (struct timeb*);
#endif /* Not _NO_OLDNAMES */
/* This requires newer versions of msvcrt.dll (6.10 or higher). */
#if __MSVCRT_VERSION__ >= 0x0601
-_CRTIMP void __cdecl _ftime64 (struct __timeb64*);
+_CRTIMP void __cdecl __MINGW_NOTHROW _ftime64 (struct __timeb64*);
#endif /* __MSVCRT_VERSION__ >= 0x0601 */
#ifdef __cplusplus