aboutsummaryrefslogtreecommitdiffstats
path: root/lib/time.in.h
diff options
context:
space:
mode:
authorPaul Eggert2024-09-17 00:32:39 -0700
committerPaul Eggert2024-09-17 00:35:03 -0700
commit73427887d63c086fb88449dce79bf2f8e58183fa (patch)
treec7727bc8d59a91ca37fe1ea4931742fb6d540496 /lib/time.in.h
parentcbe8683410a117698606b929532d4a3e692729d7 (diff)
downloademacs-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.h8
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