mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 15:29:56 +00:00
Revert "Merge pull request #1103 from brauner/2016-07-27/fix_android_getline"
This reverts commit2579641608
, reversing changes made to813d7f1453
. Contrary to what we suspected the android build errors were not caused by missing wrong relative include paths. Rather, they were caused by autoconf. Signed-off-by: Christian Brauner <cbrauner@suse.de>
This commit is contained in:
parent
2579641608
commit
061f2b8a2b
@ -33,13 +33,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/* Define getline() if missing from the C library */
|
||||
#ifndef HAVE_GETLINE
|
||||
#ifdef HAVE_FGETLN
|
||||
#include <../../include/getline.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* define constants if the kernel/glibc headers don't define them */
|
||||
#ifndef MS_DIRSYNC
|
||||
#define MS_DIRSYNC 128
|
||||
|
Loading…
Reference in New Issue
Block a user