mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 12:37:35 +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:
commit
42cbf5e246
@ -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