diff options
| author | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-04-19 10:42:09 +0200 |
|---|---|---|
| committer | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-04-19 10:42:09 +0200 |
| commit | dd95a8d11ddf330245ba0f98a3920e4d71e25cde (patch) | |
| tree | 0c5ceeaf516d213fb8a3139bde0e57d9cf341541 /core/prof | |
| parent | 07fc07822d0a5c56cdd05b08c318b33aa241479b (diff) | |
More std lib fixes
Just selecting the same codepath as other BSD's for the most part.
Diffstat (limited to 'core/prof')
| -rw-r--r-- | core/prof/spall/spall_unix.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/prof/spall/spall_unix.odin b/core/prof/spall/spall_unix.odin index 7915f8c32..e6199d86b 100644 --- a/core/prof/spall/spall_unix.odin +++ b/core/prof/spall/spall_unix.odin @@ -1,5 +1,5 @@ //+private -//+build darwin, freebsd, openbsd +//+build darwin, freebsd, openbsd, netbsd package spall // Only for types. |