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
d1042c9d
Unverified
Commit
d1042c9d
authored
Dec 07, 2020
by
Stéphane Graber
Committed by
GitHub
Dec 07, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3593 from brauner/2020-12-07/bugfixes
2020 12 07/bugfixes
parents
065d331a
abd833eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
macro.h
src/lxc/macro.h
+4
-0
utils.h
src/lxc/utils.h
+0
-4
No files found.
src/lxc/macro.h
View file @
d1042c9d
...
...
@@ -25,6 +25,10 @@
#define PATH_MAX 4096
#endif
#ifndef MAX_GRBUF_SIZE
#define MAX_GRBUF_SIZE 2097152
#endif
#define INT64_FMT "%" PRId64
/* Define __S_ISTYPE if missing from the C library. */
...
...
src/lxc/utils.h
View file @
d1042c9d
...
...
@@ -6,10 +6,6 @@
/* Properly support loop devices on 32bit systems. */
#define _FILE_OFFSET_BITS 64
#ifndef MAX_GRBUF_SIZE
#define MAX_GRBUF_SIZE 65536
#endif
#include <errno.h>
#include <linux/loop.h>
#include <linux/types.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