Merge pull request #4171 from Parashurama/devel

fixes typo in system/timers.nim
This commit is contained in:
Andreas Rumpf
2016-05-17 14:24:46 +02:00

View File

@@ -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