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
97925e93
Commit
97925e93
authored
7 years ago
by
Bryant Mairs
Browse files
Options
Downloads
Patches
Plain Diff
Add more FreeBSD errnos
parent
d8fc152f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unix/bsd/freebsdlike/freebsd/mod.rs
+4
-0
4 additions, 0 deletions
src/unix/bsd/freebsdlike/freebsd/mod.rs
with
4 additions
and
0 deletions
src/unix/bsd/freebsdlike/freebsd/mod.rs
+
4
−
0
View file @
97925e93
...
...
@@ -153,6 +153,10 @@ pub const O_TTY_INIT: ::c_int = 0x00080000;
pub
const
F_GETLK
:
::
c_int
=
11
;
pub
const
F_SETLK
:
::
c_int
=
12
;
pub
const
F_SETLKW
:
::
c_int
=
13
;
pub
const
ENOTCAPABLE
:
::
c_int
=
93
;
pub
const
ECAPMODE
:
::
c_int
=
94
;
pub
const
ENOTRECOVERABLE
:
::
c_int
=
95
;
pub
const
EOWNERDEAD
:
::
c_int
=
96
;
pub
const
ELAST
:
::
c_int
=
96
;
pub
const
RLIMIT_NPTS
:
::
c_int
=
11
;
pub
const
RLIMIT_SWAP
:
::
c_int
=
12
;
...
...
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