diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-30 17:54:02 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-30 17:54:02 +0100 |
| commit | 338733d9ef86d00215640b8cf749e426b9c27fb6 (patch) | |
| tree | 0ee01cba5ea6c7e827b75c7b121b29ff92e1c88d /base | |
| parent | 91a98750776e2aab83221cb48ef9972665b8102a (diff) | |
Remove duplicate import
Diffstat (limited to 'base')
| -rw-r--r-- | base/runtime/os_specific_bsd.odin | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/runtime/os_specific_bsd.odin b/base/runtime/os_specific_bsd.odin index 1c3a04e92..de300f1e0 100644 --- a/base/runtime/os_specific_bsd.odin +++ b/base/runtime/os_specific_bsd.odin @@ -25,9 +25,6 @@ _stderr_write :: proc "contextless" (data: []byte) -> (int, _OS_Errno) { return int(ret), 0 } - -foreign import libc "system:c" - _exit :: proc "contextless" (code: int) -> ! { @(default_calling_convention="c") foreign libc { |