| author | |
| committer | |
| log | b878a64a5f44072b11dd0f73fc2b808c41f0d172 |
| tree | 3359b6ef866cc889949b911358b032495c1e3009 |
| parent | cf3194804e1ac5654ba4082f615d57cff776b3a9 |
| signature |
2 files changed, 10 insertions(+), 0 deletions(-)
lib/std/os/linux/bpf/btf.zig+5| ... | @@ -1,3 +1,8 @@ | ... | @@ -1,3 +1,8 @@ |
| 1 | // SPDX-License-Identifier: MIT | ||
| 2 | // Copyright (c) 2015-2020 Zig Contributors | ||
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | ||
| 4 | // The MIT license requires this copyright notice to be included in all copies | ||
| 5 | // and substantial portions of the software. | ||
| 1 | const magic = 0xeb9f; | 6 | const magic = 0xeb9f; |
| 2 | const version = 1; | 7 | const version = 1; |
| 3 | 8 |
lib/std/os/linux/bpf/btf_ext.zig+5| ... | @@ -1,3 +1,8 @@ | ... | @@ -1,3 +1,8 @@ |
| 1 | // SPDX-License-Identifier: MIT | ||
| 2 | // Copyright (c) 2015-2020 Zig Contributors | ||
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | ||
| 4 | // The MIT license requires this copyright notice to be included in all copies | ||
| 5 | // and substantial portions of the software. | ||
| 1 | pub const Header = packed struct { | 6 | pub const Header = packed struct { |
| 2 | magic: u16, | 7 | magic: u16, |
| 3 | version: u8, | 8 | version: u8, |