Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
f2942c67
Commit
f2942c67
authored
5 years ago
by
Andreas Schwab
Browse files
Options
Downloads
Patches
Plain Diff
Define struct flock64 for riscv64-linux-gnu
parent
01ca4a4a
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
+8
-0
8 additions, 0 deletions
src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
with
8 additions
and
0 deletions
src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs
+
8
−
0
View file @
f2942c67
...
...
@@ -205,6 +205,14 @@ s! {
pub
l_len
:
::
off_t
,
pub
l_pid
:
::
pid_t
,
}
pub
struct
flock64
{
pub
l_type
:
::
c_short
,
pub
l_whence
:
::
c_short
,
pub
l_start
:
::
off64_t
,
pub
l_len
:
::
off64_t
,
pub
l_pid
:
::
pid_t
,
}
}
pub
const
POSIX_FADV_DONTNEED
:
::
c_int
=
4
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment