Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
syscall
Commits
3dc594c1
Commit
3dc594c1
authored
Jan 11, 2021
by
Jeremy Soller
Browse files
Merge branch 'fix-0.2.2' into 'master'
Add missing imports, fixing 0.2.2. See merge request
redox-os/syscall!60
parents
adfd9702
87158cd9
Pipeline
#8947
failed with stages
in 1 minute and 37 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
3dc594c1
[package]
name
=
"redox_syscall"
version
=
"0.2.
2
"
version
=
"0.2.
3
"
description
=
"A Rust library to access raw Redox system calls"
license
=
"MIT"
authors
=
[
"Jeremy Soller <jackpot51@gmail.com>"
]
...
...
src/arch/x86_64.rs
View file @
3dc594c1
use
core
::{
mem
,
slice
};
use
core
::
ops
::{
Deref
,
DerefMut
};
use
super
::
error
::{
Error
,
Result
};
macro_rules!
syscall
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment