summary refs log tree commit diff stats
path: root/lib/posix/posix_other_consts.nim
Commit message (Collapse)AuthorAgeFilesLines
* Convert *_family fields to cushortLemonBoy2018-09-191-4/+4
| | | | Fixes #9008
* RLIMIT_NOFILE as posix constJacek Sieka2018-04-011-0/+3
|
* add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820)Jacek Sieka2017-05-161-0/+4
| | | | | | | | * add back SIG_IGN, SIG_DFL and friends to posix.nim accidentally wiped by ce86b4ad78aae11f62c50e4f46e8ab2a124356b4 * move deprecated sig_hold after consts include
* Posix from detect (#5697)Jacek Sieka2017-04-121-0/+723
* refactor posix.nim * types move to separate files for platform-specifc and generic ("other') * consts move to separate files that get autogenerated by detect.nim * proc's stay where they are for now, though in a second stage might move as well * fix missing when