aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sys_select.in.h
diff options
context:
space:
mode:
authorPaul Eggert2025-11-25 22:13:37 -0800
committerPaul Eggert2025-11-25 23:08:33 -0800
commit8cdc8a51efdcaefe3632370e7c3ce9c0cfe77e9d (patch)
tree2706ced060603fa07e7891477ce42975e14f1a23 /lib/sys_select.in.h
parent16a70518880ef8f54bd853020f1606d3abf04d8e (diff)
downloademacs-8cdc8a51efdcaefe3632370e7c3ce9c0cfe77e9d.tar.gz
emacs-8cdc8a51efdcaefe3632370e7c3ce9c0cfe77e9d.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/sys_select.in.h')
-rw-r--r--lib/sys_select.in.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h
index 9106702deb1..891b4aa0fe0 100644
--- a/lib/sys_select.in.h
+++ b/lib/sys_select.in.h
@@ -283,7 +283,6 @@ _GL_CXXALIAS_SYS_CAST (pselect, int,
283_GL_CXXALIASWARN (pselect); 283_GL_CXXALIASWARN (pselect);
284# endif 284# endif
285#elif defined GNULIB_POSIXCHECK 285#elif defined GNULIB_POSIXCHECK
286# undef pselect
287# if HAVE_RAW_DECL_PSELECT 286# if HAVE_RAW_DECL_PSELECT
288_GL_WARN_ON_USE (pselect, "pselect is not portable - " 287_GL_WARN_ON_USE (pselect, "pselect is not portable - "
289 "use gnulib module pselect for portability"); 288 "use gnulib module pselect for portability");
@@ -316,7 +315,6 @@ _GL_CXXALIASWARN (select);
316# define select select_used_without_requesting_gnulib_module_select 315# define select select_used_without_requesting_gnulib_module_select
317# endif 316# endif
318#elif defined GNULIB_POSIXCHECK 317#elif defined GNULIB_POSIXCHECK
319# undef select
320# if HAVE_RAW_DECL_SELECT 318# if HAVE_RAW_DECL_SELECT
321_GL_WARN_ON_USE (select, "select is not always POSIX compliant - " 319_GL_WARN_ON_USE (select, "select is not always POSIX compliant - "
322 "use gnulib module select for portability"); 320 "use gnulib module select for portability");