mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
fixes typo in system/timers.
This commit is contained in:
@@ -61,7 +61,7 @@ elif defined(posixRealtime):
|
||||
final, pure.} = object ## struct timespec
|
||||
tv_sec: int ## Seconds.
|
||||
tv_nsec: int ## Nanoseconds.
|
||||
{.deprecated: [TClockid: Clickid, TTimeSpec: TimeSpec].}
|
||||
{.deprecated: [TClockid: Clockid, TTimeSpec: TimeSpec].}
|
||||
|
||||
var
|
||||
CLOCK_REALTIME {.importc: "CLOCK_REALTIME", header: "<time.h>".}: Clockid
|
||||
|
||||
Reference in New Issue
Block a user