| author | |
| committer | |
| log | 65aa333197f8d1d3c332dc451f56741670e7f3b2 |
| tree | 5a7229a7e91629cd7d79134331953219cfd4fe05 |
| parent | ec59a04138d6e588d9f3761ade55bcefa4d4acca |
CI was failing for unrelated reasons so this went unnoticed1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c/openbsd.zig+1-1| ... | ... | @@ -48,7 +48,7 @@ pub extern "c" fn pthread_get_name_np(thread: std.c.pthread_t, name: [*:0]u8, le |
| 48 | 48 | pub const login_cap_t = extern struct { |
| 49 | 49 | lc_class: ?[*:0]const u8, |
| 50 | 50 | lc_cap: ?[*:0]const u8, |
| 51 | lc_style: ?[*:0]const u8 | |
| 51 | lc_style: ?[*:0]const u8, | |
| 52 | 52 | }; |
| 53 | 53 | |
| 54 | 54 | pub extern "c" fn login_getclass(class: ?[*:0]const u8) ?*login_cap_t; |