aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sys_random.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_random.in.h
parent16a70518880ef8f54bd853020f1606d3abf04d8e (diff)
downloademacs-8cdc8a51efdcaefe3632370e7c3ce9c0cfe77e9d.tar.gz
emacs-8cdc8a51efdcaefe3632370e7c3ce9c0cfe77e9d.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/sys_random.in.h')
-rw-r--r--lib/sys_random.in.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sys_random.in.h b/lib/sys_random.in.h
index 11663b2ebdc..1d9dff92995 100644
--- a/lib/sys_random.in.h
+++ b/lib/sys_random.in.h
@@ -94,7 +94,6 @@ _GL_CXXALIAS_SYS (getrandom, ssize_t,
94_GL_CXXALIASWARN (getrandom); 94_GL_CXXALIASWARN (getrandom);
95# endif 95# endif
96#elif defined GNULIB_POSIXCHECK 96#elif defined GNULIB_POSIXCHECK
97# undef getrandom
98# if HAVE_RAW_DECL_GETRANDOM 97# if HAVE_RAW_DECL_GETRANDOM
99_GL_WARN_ON_USE (getrandom, "getrandom is unportable - " 98_GL_WARN_ON_USE (getrandom, "getrandom is unportable - "
100 "use gnulib module getrandom for portability"); 99 "use gnulib module getrandom for portability");