Increase buffer size when reading executable, update libstd

This commit is contained in:
Jeremy Soller 2016-09-20 09:51:26 -06:00
parent d329f7c7d2
commit 2b915953c9
3 changed files with 5 additions and 3 deletions

View file

@ -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,