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
54496b604f96bb2cf3238ff24937'>^
3ea644690 ^
b87ec1457 ^
110c4aca7 ^
b87ec1457 ^
110c4aca7 ^
b87ec1457 ^

















b87ec1457 ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51