From: Bruno Haible Date: Mon, 24 Apr 2023 17:15:22 +0000 (+0200) Subject: lseek: Fix module dependencies (regression 2021-11-15). X-Git-Tag: v1.0~1386 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ca5545a273810bb759fb854f70b8d228b6094ff0;p=gnulib.git 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. --- 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: