diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-16 23:38:18 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-17 01:20:31 +0200 |
| commit | fc7a5f2ae49aa0a0c5e1f1dd1c5678ee3e49b1b6 (patch) | |
| tree | 1be2f1200504b2a60422a7939a40e274461b20ad /lib/std/os/linux/arm.zig | |
| parent | 8970d80355e869b07582ef400e7a7a6b8a4de974 (diff) | |
| download | zig-fc7a5f2ae49aa0a0c5e1f1dd1c5678ee3e49b1b6.tar.gz zig-fc7a5f2ae49aa0a0c5e1f1dd1c5678ee3e49b1b6.zip | |
std.os.linux: move some generic decls out of the arch bits
Diffstat (limited to 'lib/std/os/linux/arm.zig')
| -rw-r--r-- | lib/std/os/linux/arm.zig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/std/os/linux/arm.zig b/lib/std/os/linux/arm.zig index bef158b925..4689bf8be2 100644 --- a/lib/std/os/linux/arm.zig +++ b/lib/std/os/linux/arm.zig @@ -266,15 +266,3 @@ pub const Stat = extern struct { return self.ctim; } }; - -pub const timeval = extern struct { - sec: i32, - usec: i32, -}; - -pub const timezone = extern struct { - minuteswest: i32, - dsttime: i32, -}; - -pub const Elf_Symndx = u32; |
