mirror of
git://github.com/lxc/lxc
synced 2025-08-31 02:09:31 +00:00
Merge pull request #1104 from brauner/2016-07-27/fix_android_getline
Revert "Merge pull request #1103 from brauner/2016-07-27/fix_android_…
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user