From 351aae58f2c73749a12e2b19cbb447614a2ee3ff Mon Sep 17 00:00:00 2001
From: Laurent Bercot
@@ -153,7 +153,7 @@ that is why iopause relies on the tai library.
- int iopause (iopause_fd *x, unsigned int len, tain_t const *deadline, tain_t const *stamp)
+ int iopause (iopause_fd *x, unsigned int len, tain const *deadline, tain const *stamp)
Blocks until one of the events described in the x array, of length
len, happens, or until the absolute date *deadline is
reached. deadline may be null, in which case the function blocks
@@ -164,7 +164,7 @@ happened, 0 for a timeout, or -1 (and sets errno) for an error.
- int iopause_stamp (iopause_fd *x, unsigned int len, tain_t const *deadline, tain_t *stamp)
+ int iopause_stamp (iopause_fd *x, unsigned int len, tain const *deadline, tain *stamp)
Like iopause(), but if stamp is not null, it is updated
right before the function returns. This helps the user always keep a
reasonably accurate estimation of the current time in stamp;
--
cgit v1.2.3