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:
Stéphane Graber 2016-07-28 12:30:27 +02:00 committed by GitHub
commit 42cbf5e246

View File

@ -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