Merge pull request #2813 from brauner/2019-01-27/bugfixes_2

compiler: remove deprecated and unneeded header
This commit is contained in:
Serge Hallyn 2019-01-27 21:41:49 -06:00 committed by GitHub
commit ca5a24d334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@
#define _PRLIMIT_H
#include <linux/resource.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#define RLIM_SAVED_CUR RLIM_INFINITY

View File

@ -23,7 +23,6 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#include <sys/cdefs.h>
#include "config.h"