From 139a898a9ce4a64ecc8de6d65da1824ff3e0fb37 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 13 Jul 2025 01:46:09 +0000 Subject: gol_argv bugfix, tai.html doc fix Signed-off-by: Laurent Bercot --- doc/libstddjb/tai.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/libstddjb') diff --git a/doc/libstddjb/tai.html b/doc/libstddjb/tai.html index 65c90d8..4a69011 100644 --- a/doc/libstddjb/tai.html +++ b/doc/libstddjb/tai.html @@ -64,8 +64,8 @@ on UTC, TAI and Unix time.

The meat and potatoes of all this is that programmers cannot simply rely on standard Unix APIs such as -gettimeofday() -(which, by the way, is marked as obsolescent, but it's not going to disappear tomorrow) +gettimeofday() +(which has disappeared in POSIX.1-2024, but is still available in most libcs) to measure time intervals or even to give precise absolute time, and in any case those APIs will become obsolete in 2038.

-- cgit v1.3.1