diff options
| author | Colin Svingen <swoogan@gmail.com> | 2020-01-05 20:30:28 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-01-06 14:04:55 -0500 |
| commit | 4e6ad8efd9fcefb820acf4a03fc4ab9157f85c1b (patch) | |
| tree | 802e47271075ab07cb0d5bc138c8d257bb4d3a63 /lib/std/os | |
| parent | c30106c90665079f525129e344cc1c13e4db162b (diff) | |
| download | zig-4e6ad8efd9fcefb820acf4a03fc4ab9157f85c1b.tar.gz zig-4e6ad8efd9fcefb820acf4a03fc4ab9157f85c1b.zip | |
Removes proc_raise from WASI implementation
Diffstat (limited to 'lib/std/os')
| -rw-r--r-- | lib/std/os/wasi.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/os/wasi.zig b/lib/std/os/wasi.zig index 6c981dfc72..48b591ecc4 100644 --- a/lib/std/os/wasi.zig +++ b/lib/std/os/wasi.zig @@ -67,7 +67,6 @@ pub extern "wasi_unstable" fn path_unlink_file(fd: fd_t, path: [*]const u8, path pub extern "wasi_unstable" fn poll_oneoff(in: *const subscription_t, out: *event_t, nsubscriptions: usize, nevents: *usize) errno_t; pub extern "wasi_unstable" fn proc_exit(rval: exitcode_t) noreturn; -pub extern "wasi_unstable" fn proc_raise(sig: signal_t) errno_t; pub extern "wasi_unstable" fn random_get(buf: [*]u8, buf_len: usize) errno_t; |
