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
95b83e47
Unverified
Commit
95b83e47
authored
Jul 20, 2020
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rexec: hide unnecessary symbols
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
56155ad0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
rexec.h
src/lxc/rexec.h
+3
-1
No files found.
src/lxc/rexec.h
View file @
95b83e47
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
#ifndef __LXC_REXEC_H
#ifndef __LXC_REXEC_H
#define __LXC_REXEC_H
#define __LXC_REXEC_H
extern
int
lxc_rexec
(
const
char
*
memfd_name
);
#include "compiler.h"
__hidden
extern
int
lxc_rexec
(
const
char
*
memfd_name
);
#endif
/* __LXC_REXEC_H */
#endif
/* __LXC_REXEC_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