| author | |
| committer | |
| log | b5f9e070345f44af690cbcfeb9abd9ce1b3d979d |
| tree | 55edb71c5d875bf62bf1462d7a163631fdad37fd |
| parent | dceab4502abf7af6f1ce1a7fa5c9143a46ac8ffa |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c/darwin.zig+1-1| ... | ... | @@ -928,7 +928,7 @@ pub const OS_SIGNPOST_ID_NULL: os_signpost_id_t = 0; |
| 928 | 928 | pub const OS_SIGNPOST_ID_INVALID: os_signpost_id_t = !0; |
| 929 | 929 | pub const OS_SIGNPOST_ID_EXCLUSIVE: os_signpost_id_t = 0xeeeeb0b5b2b2eeee; |
| 930 | 930 | |
| 931 | pub const os_log_t = opaque {}; | |
| 931 | pub const os_log_t = *opaque {}; | |
| 932 | 932 | pub const os_log_type_t = enum(u8) { |
| 933 | 933 | /// default messages always captures |
| 934 | 934 | OS_LOG_TYPE_DEFAULT = 0x00, |