diff options
| author | Paul Eggert | 2025-04-19 12:18:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2025-04-19 19:31:25 -0700 |
| commit | 71ee484cac3e0e5b68f006b4cca81c13ca6ce11e (patch) | |
| tree | 21476621d11357283ad30c8b2bcec2871e604ba1 /lib/time.in.h | |
| parent | 30335bb73483fce9d4204f1e18618fe777d0f45e (diff) | |
| download | emacs-71ee484cac3e0e5b68f006b4cca81c13ca6ce11e.tar.gz emacs-71ee484cac3e0e5b68f006b4cca81c13ca6ce11e.zip | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/time.in.h')
| -rw-r--r-- | lib/time.in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/time.in.h b/lib/time.in.h index 60801c972c9..3ff16e3b3e4 100644 --- a/lib/time.in.h +++ b/lib/time.in.h | |||
| @@ -186,7 +186,9 @@ _GL_FUNCDECL_SYS (timespec_getres, int, (struct timespec *ts, int base), | |||
| 186 | # endif | 186 | # endif |
| 187 | _GL_CXXALIAS_SYS (timespec_getres, int, (struct timespec *ts, int base)); | 187 | _GL_CXXALIAS_SYS (timespec_getres, int, (struct timespec *ts, int base)); |
| 188 | # endif | 188 | # endif |
| 189 | # if __GLIBC__ >= 2 | ||
| 189 | _GL_CXXALIASWARN (timespec_getres); | 190 | _GL_CXXALIASWARN (timespec_getres); |
| 191 | # endif | ||
| 190 | # elif defined GNULIB_POSIXCHECK | 192 | # elif defined GNULIB_POSIXCHECK |
| 191 | # undef timespec_getres | 193 | # undef timespec_getres |
| 192 | # if HAVE_RAW_DECL_TIMESPEC_GETRES | 194 | # if HAVE_RAW_DECL_TIMESPEC_GETRES |