| ... | @@ -2898,6 +2898,7 @@ pub const struct_dirent = extern struct { ino: ino_t, off: off_t, reclen: c_usho | ... | @@ -2898,6 +2898,7 @@ pub const struct_dirent = extern struct { ino: ino_t, off: off_t, reclen: c_usho |
| 2898 | pub const cpu_set_t = [1024 / 8 / @sizeOf(c_ulong)]c_ulong; | 2898 | pub const cpu_set_t = [1024 / 8 / @sizeOf(c_ulong)]c_ulong; |
| 2899 | pub const nfds_t = c_ulong; | 2899 | pub const nfds_t = c_ulong; |
| 2900 | pub const struct_pollfd = extern struct { fd: c_int, events: c_short, revents: c_short }; | 2900 | pub const struct_pollfd = extern struct { fd: c_int, events: c_short, revents: c_short }; |
| | 2901 | pub const struct_tm = extern struct { sec: c_int, min: c_int, hour: c_int, mday: c_int, mon: c_int, year: c_int, wday: c_int, yday: c_int, isdst: c_int, gmtoff: c_long, zone: [*:0]const u8 }; |
| 2901 | | 2902 | |
| 2902 | const impdef = @cImport({ | 2903 | const impdef = @cImport({ |
| 2903 | @cInclude("pthread.h"); | 2904 | @cInclude("pthread.h"); |