| author | |
| committer | |
| log | 4532ff278096dce71f5726a8aff051f834855d54 |
| tree | 45573612ce76e5ba0e4095ed2c6d89016b3930d3 |
| parent | bac3c2748ff0a0222b5c7f4df13120f390f503f3 |
| signature |
- make .owner field optional1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c/netbsd.zig+1-1| ... | ... | @@ -93,7 +93,7 @@ pub const pthread_rwlock_t = extern struct { |
| 93 | 93 | wblocked_first: ?*u8 = null, |
| 94 | 94 | wblocked_last: ?*u8 = null, |
| 95 | 95 | nreaders: c_uint = 0, |
| 96 | owner: std.c.pthread_t = null, | |
| 96 | owner: ?std.c.pthread_t = null, | |
| 97 | 97 | private: ?*anyopaque = null, |
| 98 | 98 | }; |
| 99 | 99 |