mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
intrinsics: Remove declaration of port_recv
This commit is contained in:
parent
1e58049da2
commit
71bcba6815
@ -8,9 +8,6 @@
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
extern "C" CDECL void
|
||||
port_recv(uintptr_t *dptr, rust_port *port);
|
||||
|
||||
extern "C" CDECL void
|
||||
rust_task_sleep(rust_task *task, size_t time_in_us, bool *killed);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user