Skip to content
Snippets Groups Projects
Unverified Commit 02128c77 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

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: default avatarRichie Wahidin <richie@cs.utexas.edu>
parents af29eb41 1f92ec4e
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment