bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] posixtm: work around Glibc time issue


From: Paul Eggert
Subject: [PATCH 1/2] posixtm: work around Glibc time issue
Date: Fri, 10 Mar 2023 15:48:08 -0800

* modules/posixtm (Depends-on): Add time.
---
 ChangeLog       | 5 +++++
 modules/posixtm | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 98c27d2218..b05276c8de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       posixtm: work around Glibc time issue
+       * modules/posixtm (Depends-on): Add time.
+
 2023-03-09  Jim Meyering  <meyering@fb.com>
 
        bootstrap: correct last change
diff --git a/modules/posixtm b/modules/posixtm
index f302efac63..c4fb60953a 100644
--- a/modules/posixtm
+++ b/modules/posixtm
@@ -12,6 +12,7 @@ idx
 mktime
 stdbool
 stdckdint
+time
 verify
 
 configure.ac:
-- 
2.37.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]