From: Paul Eggert Date: Sat, 12 Aug 2023 22:57:35 +0000 (-0700) Subject: readutmp: do not depend on timespec_get X-Git-Tag: v1.0~920 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=cfc90a044a37924f6181f2b5a2a8d9c8dedee853;p=gnulib.git readutmp: do not depend on timespec_get boot-time code no longer needs it. * modules/readutmp (Depends-on): Remove timespec_get. --- diff --git a/ChangeLog b/ChangeLog index 03120ec167..c1a8c8e37c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2023-08-12 Paul Eggert + readutmp: do not depend on timespec_get + boot-time code no longer needs it. + * modules/readutmp (Depends-on): Remove timespec_get. + boot-time: do not depend on timespec_get This is for Emacs, which does not use timespec_get now and which likes to minimize dependencies. diff --git a/modules/readutmp b/modules/readutmp index fcbc7ff149..e314841298 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -18,7 +18,6 @@ stdbool stdint strnlen time-h -timespec_get unlocked-io-internal xalloc