emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d03f3a827d8: Don't compile lib/copy-file-range.c on MS-Windows


From: Eli Zaretskii
Subject: master d03f3a827d8: Don't compile lib/copy-file-range.c on MS-Windows
Date: Wed, 7 Feb 2024 08:34:38 -0500 (EST)

branch: master
commit d03f3a827d80e2a0962128216223bab21998cf0a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Don't compile lib/copy-file-range.c on MS-Windows
    
    * nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_copy-file-range): Set to
    true to avoid compiling copy-file-range.c on MS-Windows.  The
    function 'copy_file_range' is not used on MS-Windows, while
    compiling the file triggers warnings because lib/unistd.h, where
    its prototype is declared, is omitted in the MS-Windows build.
---
 nt/gnulib-cfg.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index 5b1c2c88ba5..048f812724a 100644
--- a/nt/gnulib-cfg.mk
+++ b/nt/gnulib-cfg.mk
@@ -46,6 +46,7 @@ OMIT_GNULIB_MODULE_allocator = true
 OMIT_GNULIB_MODULE_at-internal = true
 OMIT_GNULIB_MODULE_canonicalize-lgpl = true
 OMIT_GNULIB_MODULE_careadlinkat = true
+OMIT_GNULIB_MODULE_copy-file-range = true
 OMIT_GNULIB_MODULE_dirent = true
 OMIT_GNULIB_MODULE_dirfd = true
 OMIT_GNULIB_MODULE_fchmodat = true



reply via email to

[Prev in Thread] Current Thread [Next in Thread]