* modules/lseek (Depends-on): Re-enable the msvc-nothrow dependency
also when WINDOWS_64_BIT_OFF_T is 0.
+2023-04-24 Bruno Haible <bruno@clisp.org>
+
+ lseek: Fix module dependencies (regression 2021-11-15).
+ * modules/lseek (Depends-on): Re-enable the msvc-nothrow dependency
+ also when WINDOWS_64_BIT_OFF_T is 0.
+
2023-04-24 Bruno Haible <bruno@clisp.org>
system-quote: Fix memory overrun bug on native Windows.
unistd
sys_types
largefile
-msvc-nothrow [test $WINDOWS_64_BIT_OFF_T = 1]
+msvc-nothrow [test $REPLACE_LSEEK = 1]
fstat [test "$gl_cv_func_lseek_pipe" = no]
configure.ac: