Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
d3a03247
Unverified
Commit
d3a03247
authored
Feb 12, 2019
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fexecve: use correct name
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
5164df78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fexecve.c
src/include/fexecve.c
+1
-1
fexecve.h
src/include/fexecve.h
+1
-1
No files found.
src/include/fexecve.c
View file @
d3a03247
...
@@ -42,7 +42,7 @@ static inline int lxc_raw_execveat(int dirfd, const char *pathname,
...
@@ -42,7 +42,7 @@ static inline int lxc_raw_execveat(int dirfd, const char *pathname,
return
-
1
;
return
-
1
;
}
}
int
e
fexecve
(
int
fd
,
char
*
const
argv
[],
char
*
const
envp
[])
int
fexecve
(
int
fd
,
char
*
const
argv
[],
char
*
const
envp
[])
{
{
char
procfd
[
256
];
char
procfd
[
256
];
int
ret
;
int
ret
;
...
...
src/include/fexecve.h
View file @
d3a03247
...
@@ -22,6 +22,6 @@
...
@@ -22,6 +22,6 @@
#define _LXC_FEXECVE_H
#define _LXC_FEXECVE_H
#include <stdio.h>
#include <stdio.h>
extern
int
e
fexecve
(
int
fd
,
char
*
const
argv
[],
char
*
const
envp
[]);
extern
int
fexecve
(
int
fd
,
char
*
const
argv
[],
char
*
const
envp
[]);
#endif
/* _LXC_FEXECVE_H */
#endif
/* _LXC_FEXECVE_H */
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