styleCheck fixes [bugfix]

This commit is contained in:
Araq
2019-07-15 12:03:21 +02:00
parent 52cbd0c558
commit ad67a46e5d

View File

@@ -17,7 +17,7 @@ type
DIR* {.importc: "DIR", header: "<dirent.h>",
incompleteStruct.} = object
const SIG_HOLD* = cast[SigHandler](2)
const SIG_HOLD* = cast[Sighandler](2)
type
SocketHandle* = distinct cint # The type used to represent socket descriptors
@@ -218,7 +218,7 @@ type
st_blocks*: Blkcnt ## Number of blocks allocated for this object.
reserved: array[2, clong]
Statvfs* {.importc: "struct statvfs", header: "<sys/statvfs.h>",
final, pure.} = object ## struct statvfs