summaryrefslogtreecommitdiff
path: root/gnulib-tests/nap.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-tests/nap.h')
-rw-r--r--gnulib-tests/nap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib-tests/nap.h b/gnulib-tests/nap.h
index c4f45d8..5dd264f 100644
--- a/gnulib-tests/nap.h
+++ b/gnulib-tests/nap.h
@@ -1,5 +1,5 @@
/* Assist in file system timestamp tests.
- Copyright (C) 2009-2018 Free Software Foundation, Inc.
+ Copyright (C) 2009-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -67,7 +67,7 @@ nap_get_stat (struct stat *st, int do_write)
#if defined _WIN32 || defined __CYGWIN__
/* On Windows, the modification times are not changed until NAP_FD
is closed. See
- https://msdn.microsoft.com/en-us/library/windows/desktop/aa365747(v=vs.85).aspx */
+ <https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-writefile> */
close (nap_fd);
nap_fd = open (TEMPFILE, O_RDWR, 0600);
ASSERT (nap_fd != -1);