Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syscall
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
syscall
Commits
3dc594c1
Commit
3dc594c1
authored
Jan 11, 2021
by
Jeremy Soller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-0.2.2' into 'master'
Add missing imports, fixing 0.2.2. See merge request
!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
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Cargo.toml
Cargo.toml
+1
-1
src/arch/x86_64.rs
src/arch/x86_64.rs
+3
-0
No files found.
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
Markdown
is supported
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