From e92e5cbc9c42a7f926eb4b25fdf6e52ec9d2fa4c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:44:56 +0000 Subject: Update docs to latest posix version Signed-off-by: Laurent Bercot --- doc/libstddjb/alarm.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/libstddjb/alarm.html') diff --git a/doc/libstddjb/alarm.html b/doc/libstddjb/alarm.html index cf673f6..00d2838 100644 --- a/doc/libstddjb/alarm.html +++ b/doc/libstddjb/alarm.html @@ -29,18 +29,18 @@ and implemented in the libskarnet.a or libskarnet.so library.

alarm is a set of primitives to provide the same functionality as -alarm(), +alarm(), but with sub-second precision.

Depending on the functionality the underlying system provides, the precision can be 1 nanosecond (implementation via -timer_settime(), +timer_settime(), 1 microsecond (implementation via -setitimer(), +setitimer(), or 1 second (fallback implementation with -alarm() +alarm() when nothing better can be found).

-- cgit v1.3.1