Hash :
5528e726
Author :
Date :
2023-08-12T16:54:51
boot-time,readutmp: do not depend on c-strtod * lib/boot-time-aux.h (get_linux_uptime): Compute struct timespec using integer arithmetic rather than double. * lib/boot-time.c, lib/readutmp.c: Don’t include c-strtod.h. * modules/boot-time, modules/readutmp (Depends-on): Remove c-strtod.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Description:
Read entire utmp file into memory.
Files:
lib/readutmp.h
lib/readutmp.c
lib/boot-time-aux.h
m4/readutmp.m4
m4/systemd.m4
Depends-on:
extensions
idx
stat-time
stdbool
stdint
strnlen
time-h
unlocked-io-internal
xalloc
configure.ac:
gl_READUTMP
Makefile.am:
lib_SOURCES += readutmp.c
Include:
"readutmp.h"
Link:
$(READUTMP_LIB)
License:
GPL
Maintainer:
Jim Meyering & Paul Eggert