| ... | @@ -2852,7 +2852,6 @@ pub const struct_utmpx = opaque {}; | ... | @@ -2852,7 +2852,6 @@ pub const struct_utmpx = opaque {}; |
| 2852 | pub const wint_t = c_uint; | 2852 | pub const wint_t = c_uint; |
| 2853 | pub const struct_if_nameindex = opaque {}; | 2853 | pub const struct_if_nameindex = opaque {}; |
| 2854 | pub const struct_lconv = opaque {}; | 2854 | pub const struct_lconv = opaque {}; |
| 2855 | pub const pthread_t = *opaque {}; | | |
| 2856 | pub const FILE = opaque {}; | 2855 | pub const FILE = opaque {}; |
| 2857 | pub const locale_t = *const opaque {}; | 2856 | pub const locale_t = *const opaque {}; |
| 2858 | pub const nl_catd = *const opaque {}; | 2857 | pub const nl_catd = *const opaque {}; |
| ... | @@ -2903,6 +2902,7 @@ pub const struct_tm = extern struct { sec: c_int, min: c_int, hour: c_int, mday: | ... | @@ -2903,6 +2902,7 @@ pub const struct_tm = extern struct { sec: c_int, min: c_int, hour: c_int, mday: |
| 2903 | const impdef = @cImport({ | 2902 | const impdef = @cImport({ |
| 2904 | @cInclude("pthread.h"); | 2903 | @cInclude("pthread.h"); |
| 2905 | }); | 2904 | }); |
| | 2905 | pub const pthread_t = impdef.pthread_t; |
| 2906 | pub const pthread_attr_t = impdef.pthread_attr_t; | 2906 | pub const pthread_attr_t = impdef.pthread_attr_t; |
| 2907 | pub const pthread_mutexattr_t = impdef.pthread_mutexattr_t; | 2907 | pub const pthread_mutexattr_t = impdef.pthread_mutexattr_t; |
| 2908 | pub const pthread_mutex_t = impdef.pthread_mutex_t; | 2908 | pub const pthread_mutex_t = impdef.pthread_mutex_t; |