blob: 9a98777f7d194feb0be597be8cb271c9eb7c284b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/lxc/storage/aufs.h
+++ b/src/lxc/storage/aufs.h
@@ -24,7 +24,6 @@
#ifndef __LXC_AUFS_H
#define __LXC_AUFS_H
-#define _GNU_SOURCE
#include <stdbool.h>
#include <stdio.h>
#include <stdint.h>
|