diff options
| author | Paul Eggert | 2025-11-25 22:13:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2025-11-25 23:08:33 -0800 |
| commit | 8cdc8a51efdcaefe3632370e7c3ce9c0cfe77e9d (patch) | |
| tree | 2706ced060603fa07e7891477ce42975e14f1a23 /lib/sys_random.in.h | |
| parent | 16a70518880ef8f54bd853020f1606d3abf04d8e (diff) | |
| download | emacs-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.h | 1 |
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"); |