summaryrefslogtreecommitdiff
path: root/lib/utimecmp.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-03-14 09:49:24 +0100
committerBruno Haible <bruno@clisp.org>2019-03-14 09:49:24 +0100
commit05044004157556f2c41e35b3823688a984722d15 (patch)
treea74a46f0dab1177f4405335366e8fc760edc6adc /lib/utimecmp.c
parent7952aabdf99f8083328f79eda136fe8718f7157a (diff)
downloadgnulib-05044004157556f2c41e35b3823688a984722d15.tar.gz
all: Update URLs to msdn.microsoft.com.
* lib/stat-w32.c et al.: Update URLs after most of msdn.microsoft.com was moved to docs.microsoft.com.
Diffstat (limited to 'lib/utimecmp.c')
-rw-r--r--lib/utimecmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utimecmp.c b/lib/utimecmp.c
index f23aa599d2..b976b6a9bb 100644
--- a/lib/utimecmp.c
+++ b/lib/utimecmp.c
@@ -49,7 +49,7 @@
enum { SYSCALL_RESOLUTION = 1 };
#elif defined _WIN32 && ! defined __CYGWIN__
/* On native Windows, file times have 100 ns resolution. See
- <https://msdn.microsoft.com/en-us/library/ms724284.aspx> */
+ <https://docs.microsoft.com/en-us/windows/desktop/api/minwinbase/ns-minwinbase-filetime> */
enum { SYSCALL_RESOLUTION = 100 };
#elif ((HAVE_FUTIMESAT || HAVE_WORKING_UTIMES) \
&& (defined HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC \