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
ca5a24d3
Unverified
Commit
ca5a24d3
authored
Jan 27, 2019
by
Serge Hallyn
Committed by
GitHub
Jan 27, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2813 from brauner/2019-01-27/bugfixes_2
compiler: remove deprecated and unneeded header
parents
7c9f712d
acad8485
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
prlimit.h
src/include/prlimit.h
+0
-1
compiler.h
src/lxc/compiler.h
+0
-1
No files found.
src/include/prlimit.h
View file @
ca5a24d3
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#define _PRLIMIT_H
#define _PRLIMIT_H
#include <linux/resource.h>
#include <linux/resource.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/types.h>
#define RLIM_SAVED_CUR RLIM_INFINITY
#define RLIM_SAVED_CUR RLIM_INFINITY
...
...
src/lxc/compiler.h
View file @
ca5a24d3
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#ifndef _GNU_SOURCE
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#define _GNU_SOURCE 1
#endif
#endif
#include <sys/cdefs.h>
#include "config.h"
#include "config.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