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
d6c86f57
Commit
d6c86f57
authored
Jun 28, 2016
by
Stéphane Graber
Committed by
GitHub
Jun 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1063 from pdsouza/pdsouza/fix-bionic-lxcmntent
Include all lxcmntent.h function declarations on Bionic
parents
9aea6610
702f5a1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lxcmntent.h
src/include/lxcmntent.h
+3
-3
No files found.
src/include/lxcmntent.h
View file @
d6c86f57
...
...
@@ -36,15 +36,15 @@ extern struct mntent *getmntent (FILE *stream);
extern
struct
mntent
*
getmntent_r
(
FILE
*
stream
,
struct
mntent
*
mp
,
char
*
buffer
,
int
bufsiz
);
#endif
#if
ndef HAVE_SETMNTENT
#if
!defined(HAVE_SETMNTENT) || IS_BIONIC
FILE
*
setmntent
(
const
char
*
file
,
const
char
*
mode
);
#endif
#if
ndef HAVE_ENDMNTENT
#if
!defined(HAVE_ENDMNTENT) || IS_BIONIC
int
endmntent
(
FILE
*
stream
);
#endif
#if
ndef HAVE_HASMNTOPT
#if
!defined(HAVE_HASMNTOPT) || IS_BIONIC
extern
char
*
hasmntopt
(
const
struct
mntent
*
mnt
,
const
char
*
opt
);
#endif
...
...
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