mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +00:00
Fixed reference to clock_settime().
This commit is contained in:
parent
582aa41f2a
commit
3ffefb0f0d
@ -2587,7 +2587,7 @@ changing values. (See the description of <tt/cbm_k_udtim()/.)
|
||||
of the realtime clock. <tt/clock_id/ has to be <tt/CLOCK_REALTIME/. If <tt/res/
|
||||
is not <tt/NULL/, the resolution of the realtime clock is stored in the location
|
||||
pointed to by <tt/res/. If <tt/res/ is <tt/NULL/, the clock resolution is not returned.
|
||||
If the <tt/time/ argument of <tt/<ref id="clock_settime" name="clock_settime">/ is not
|
||||
If the <tt/tp/ argument of <tt/<ref id="clock_settime" name="clock_settime">/ is not
|
||||
a multiple of <tt/res/, then the value is truncated to a multiple of <tt/res/. On
|
||||
success, zero is returned. On error, -1 is returned and <tt/errno/ is set to an
|
||||
error code describing the reason for the failure.
|
||||
|
Loading…
Reference in New Issue
Block a user