From 351aae58f2c73749a12e2b19cbb447614a2ee3ff Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 27 Sep 2022 08:49:04 +0000 Subject: Doc fixes: remove _t from skalibs types Signed-off-by: Laurent Bercot --- doc/libstddjb/djbunix.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/libstddjb/djbunix.html') diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index 7c90c8a..8232209 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -723,9 +723,9 @@ Returns 0 if it succeeds and -1 (and sets errno) if it fails.

Temporization

- void deepsleepuntil (tain_t const *deadline, tain_t *stamp)
+ void deepsleepuntil (tain const *deadline, tain *stamp)
Sleeps until the absolute time represented by the -tain_t *deadline. *stamp +tain *deadline. *stamp must contain the current time. When the function returns, *stamp has been updated to reflect the new current time.

-- cgit v1.3.1