summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-24 19:15:22 +0200
committerBruno Haible <bruno@clisp.org>2023-04-24 19:15:22 +0200
commitca5545a273810bb759fb854f70b8d228b6094ff0 (patch)
treead60625b28a5601b95c7a640f62f2b3e268fdde2
parentee84e6ad5b5fcb1908f426115f6376ed515b5dd2 (diff)
downloadgnulib-ca5545a273810bb759fb854f70b8d228b6094ff0.tar.gz
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.
-rw-r--r--ChangeLog6
-rw-r--r--modules/lseek2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a49d18a10e..853e9085f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
* lib/system-quote.c (system_quote): Allocate enough space for the
result.
diff --git a/modules/lseek b/modules/lseek
index 17d02a79c5..711afeb2fa 100644
--- a/modules/lseek
+++ b/modules/lseek
@@ -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: