-
- Downloads
Merge #695
695: removed all instances of shutdown r=mkroening a=richiewahidin
Fixes issue #670.
I removed the shutdown function in src/syscalls/mod.rs as a previous issue #384 had one of the commits implementing early shutdown which was that shutdown function in that particular file. I also removed instances when that shutdown was called, which was in the panic handler, in src/lib.rs, and replaced the shutdown syscall call with crate::__sys_shutdown(1).
Co-authored-by:
Richie Wahidin <richie@cs.utexas.edu>
No related branches found
No related tags found
Checking pipeline status
Loading
Please register or sign in to comment