]> Savannah Git Hosting - gnulib.git/commitdiff
lseek: Fix module dependencies (regression 2021-11-15).
authorBruno Haible <bruno@clisp.org>
Mon, 24 Apr 2023 17:15:22 +0000 (19:15 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 27 Apr 2023 16:33:39 +0000 (18:33 +0200)
* modules/lseek (Depends-on): Re-enable the msvc-nothrow dependency
also when WINDOWS_64_BIT_OFF_T is 0.

ChangeLog
modules/lseek

index 45453503f905b8e3b5c5f86e056bba150306f437..70be85f6e5b82be1262cd2e95082089741efd83b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 17d02a79c5f21bbd3f9580cd8f5b580999937e9b..711afeb2faa1761b17cb622218f343217b2fa97c 100644 (file)
@@ -9,7 +9,7 @@ Depends-on:
 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: