summaryrefslogtreecommitdiff
path: root/ncurses/win32con/gettimeofday.c
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses/win32con/gettimeofday.c')
-rw-r--r--ncurses/win32con/gettimeofday.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncurses/win32con/gettimeofday.c b/ncurses/win32con/gettimeofday.c
index 8fad9a6..94be7b5 100644
--- a/ncurses/win32con/gettimeofday.c
+++ b/ncurses/win32con/gettimeofday.c
@@ -36,11 +36,11 @@
#include <windows.h>
-MODULE_ID("$Id: gettimeofday.c,v 1.4 2020/02/02 23:34:34 tom Exp $")
+MODULE_ID("$Id: gettimeofday.c,v 1.6 2020/07/11 21:03:53 tom Exp $")
#define JAN1970 116444736000000000LL /* the value for 01/01/1970 00:00 */
-int
+NCURSES_EXPORT(int)
gettimeofday(struct timeval *tv, void *tz GCC_UNUSED)
{
union {