diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2023-03-15 10:12:48 +0100 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2023-03-16 11:42:30 +0100 |
| commit | e1e414e62a86cc460ef215ea8050c953b68b6080 (patch) | |
| tree | 833ddee60d5171271bb7f3f98d49c439e4e8139b /CMakeLists.txt | |
| parent | bd242ce1ce9ef6ffb1af4432d892bf582dcdba8a (diff) | |
| download | zig-e1e414e62a86cc460ef215ea8050c953b68b6080.tar.gz zig-e1e414e62a86cc460ef215ea8050c953b68b6080.zip | |
std: move os/darwin.zig and related to c/darwin.zig
Move to c/darwin.zig as they really are libSystem/libc imports/wrappers.
As an added bonus, get rid of the nasty `usingnamespace`s which are now
unneeded.
Finally, add `os.ptrace` but currently only implemented on darwin.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b0867c220b..3f5cf7cd6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -296,7 +296,6 @@ set(ZIG_STAGE2_SOURCES "${CMAKE_SOURCE_DIR}/lib/std/meta/trait.zig" "${CMAKE_SOURCE_DIR}/lib/std/multi_array_list.zig" "${CMAKE_SOURCE_DIR}/lib/std/os.zig" - "${CMAKE_SOURCE_DIR}/lib/std/os/darwin.zig" "${CMAKE_SOURCE_DIR}/lib/std/os/linux.zig" "${CMAKE_SOURCE_DIR}/lib/std/os/linux/errno/generic.zig" "${CMAKE_SOURCE_DIR}/lib/std/os/linux/x86_64.zig" |
