From ca5545a273810bb759fb854f70b8d228b6094ff0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 24 Apr 2023 19:15:22 +0200 Subject: 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. --- ChangeLog | 6 ++++++ modules/lseek | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a49d18a10e..853e9085f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-04-24 Bruno Haible + + 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 system-quote: Fix memory overrun bug on native Windows. 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: -- cgit v1.2.1