diff options
| author | Paul Eggert | 2024-09-17 00:32:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-09-17 00:35:03 -0700 |
| commit | 73427887d63c086fb88449dce79bf2f8e58183fa (patch) | |
| tree | c7727bc8d59a91ca37fe1ea4931742fb6d540496 /lib/time.in.h | |
| parent | cbe8683410a117698606b929532d4a3e692729d7 (diff) | |
| download | emacs-73427887d63c086fb88449dce79bf2f8e58183fa.tar.gz emacs-73427887d63c086fb88449dce79bf2f8e58183fa.zip | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/time.in.h')
| -rw-r--r-- | lib/time.in.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/time.in.h b/lib/time.in.h index 097c509d3cc..5dc03c892a4 100644 --- a/lib/time.in.h +++ b/lib/time.in.h | |||
| @@ -201,7 +201,7 @@ _GL_WARN_ON_USE (timespec_getres, "timespec_getres is unportable - " | |||
| 201 | # if !(defined __cplusplus && defined GNULIB_NAMESPACE) | 201 | # if !(defined __cplusplus && defined GNULIB_NAMESPACE) |
| 202 | # define time rpl_time | 202 | # define time rpl_time |
| 203 | # endif | 203 | # endif |
| 204 | _GL_FUNCDECL_RPL (time, time_t, (time_t *__tp)); | 204 | _GL_FUNCDECL_RPL (time, time_t, (time_t *__tp), ); |
| 205 | _GL_CXXALIAS_RPL (time, time_t, (time_t *__tp)); | 205 | _GL_CXXALIAS_RPL (time, time_t, (time_t *__tp)); |
| 206 | # else | 206 | # else |
| 207 | _GL_CXXALIAS_SYS (time, time_t, (time_t *__tp)); | 207 | _GL_CXXALIAS_SYS (time, time_t, (time_t *__tp)); |
| @@ -255,7 +255,7 @@ _GL_WARN_ON_USE (nanosleep, "nanosleep is unportable - " | |||
| 255 | # undef tzset | 255 | # undef tzset |
| 256 | # define tzset rpl_tzset | 256 | # define tzset rpl_tzset |
| 257 | # endif | 257 | # endif |
| 258 | _GL_FUNCDECL_RPL (tzset, void, (void)); | 258 | _GL_FUNCDECL_RPL (tzset, void, (void), ); |
| 259 | _GL_CXXALIAS_RPL (tzset, void, (void)); | 259 | _GL_CXXALIAS_RPL (tzset, void, (void)); |
| 260 | # elif defined _WIN32 && !defined __CYGWIN__ | 260 | # elif defined _WIN32 && !defined __CYGWIN__ |
| 261 | # if !(defined __cplusplus && defined GNULIB_NAMESPACE) | 261 | # if !(defined __cplusplus && defined GNULIB_NAMESPACE) |
| @@ -516,7 +516,7 @@ typedef struct tm_zone *rpl_timezone_t; | |||
| 516 | May return NULL if NAME is invalid (this is platform dependent) or | 516 | May return NULL if NAME is invalid (this is platform dependent) or |
| 517 | upon memory allocation failure. */ | 517 | upon memory allocation failure. */ |
| 518 | # if !@HAVE_TZALLOC@ | 518 | # if !@HAVE_TZALLOC@ |
| 519 | _GL_FUNCDECL_SYS (tzalloc, timezone_t, (char const *__name)); | 519 | _GL_FUNCDECL_SYS (tzalloc, timezone_t, (char const *__name), ); |
| 520 | _GL_CXXALIAS_SYS (tzalloc, timezone_t, (char const *__name)); | 520 | _GL_CXXALIAS_SYS (tzalloc, timezone_t, (char const *__name)); |
| 521 | # endif | 521 | # endif |
| 522 | 522 | ||
| @@ -524,7 +524,7 @@ _GL_CXXALIAS_SYS (tzalloc, timezone_t, (char const *__name)); | |||
| 524 | Frees a time zone object. | 524 | Frees a time zone object. |
| 525 | The argument must have been returned by tzalloc(). */ | 525 | The argument must have been returned by tzalloc(). */ |
| 526 | # if !@HAVE_TZALLOC@ | 526 | # if !@HAVE_TZALLOC@ |
| 527 | _GL_FUNCDECL_SYS (tzfree, void, (timezone_t __tz)); | 527 | _GL_FUNCDECL_SYS (tzfree, void, (timezone_t __tz), ); |
| 528 | _GL_CXXALIAS_SYS (tzfree, void, (timezone_t __tz)); | 528 | _GL_CXXALIAS_SYS (tzfree, void, (timezone_t __tz)); |
| 529 | # endif | 529 | # endif |
| 530 | 530 | ||