ruby-changes:51460
From: nobu <ko1@a...>
Date: Fri, 15 Jun 2018 19:15:47 +0900 (JST)
Subject: [ruby-changes:51460] nobu:r63670 (trunk): win32/Makefile.sub: gettimeofday is defined in win32.c
nobu 2018-06-15 19:15:40 +0900 (Fri, 15 Jun 2018) New Revision: 63670 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63670 Log: win32/Makefile.sub: gettimeofday is defined in win32.c Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 63669) +++ win32/Makefile.sub (revision 63670) @@ -781,6 +781,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L781 #define HAVE_MKDIR 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 +#define HAVE_GETTIMEOFDAY 1 #define HAVE_SPAWNV 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/