Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
f9fe28ce
Commit
f9fe28ce
authored
4 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[tests] fix includes in libc
Does not work on macOS ; probably implicit path lookup is different than linux ?
parent
260cbf3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
share/libc/netinet/in.h
+1
-1
1 addition, 1 deletion
share/libc/netinet/in.h
share/libc/sys/socket.h
+1
-1
1 addition, 1 deletion
share/libc/sys/socket.h
with
2 additions
and
2 deletions
share/libc/netinet/in.h
+
1
−
1
View file @
f9fe28ce
...
...
@@ -25,7 +25,7 @@
#ifndef __FC_NETINET_IN
#define __FC_NETINET_IN
#include
"features.h"
#include
"
../
features.h"
__PUSH_FC_STDLIB
#include
"../__fc_inet.h"
__POP_FC_STDLIB
...
...
This diff is collapsed.
Click to expand it.
share/libc/sys/socket.h
+
1
−
1
View file @
f9fe28ce
...
...
@@ -46,7 +46,7 @@ struct sockaddr_storage {
sa_family_t
ss_family
;
};
#include
"
sys
/uio.h"
#include
"
.
/uio.h"
struct
cmsghdr
{
socklen_t
cmsg_len
;
...
...
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