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
e687a59c
Commit
e687a59c
authored
4 years ago
by
Greg V
Browse files
Options
Downloads
Patches
Plain Diff
freebsdlike: add SCM_CREDS
It is present on both FreeBSD and DragonFly
parent
e0fc936d
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/mod.rs
+1
-0
1 addition, 0 deletions
src/unix/bsd/freebsdlike/mod.rs
with
1 addition
and
0 deletions
src/unix/bsd/freebsdlike/mod.rs
+
1
−
0
View file @
e687a59c
...
...
@@ -738,6 +738,7 @@ pub const MSG_DONTWAIT: ::c_int = 0x00000080;
pub
const
MSG_EOF
:
::
c_int
=
0x00000100
;
pub
const
SCM_TIMESTAMP
:
::
c_int
=
0x02
;
pub
const
SCM_CREDS
:
::
c_int
=
0x03
;
pub
const
SOCK_STREAM
:
::
c_int
=
1
;
pub
const
SOCK_DGRAM
:
::
c_int
=
2
;
...
...
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