Increase buffer size when reading executable, update libstd
This commit is contained in:
parent
d329f7c7d2
commit
2b915953c9
3 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,7 @@ use syscall::{convert_to_result, Call, Error, Result};
|
|||
|
||||
use super::Scheme;
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[derive(Copy, Clone, Debug, Default)]
|
||||
#[repr(packed)]
|
||||
pub struct Packet {
|
||||
pub id: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue