Skip to content

Commit

Permalink
Merge pull request #1104 from brauner/2016-07-27/fix_android_getline
Browse files Browse the repository at this point in the history
Revert "Merge pull request #1103 from brauner/2016-07-27/fix_android_…
  • Loading branch information
stgraber committed Jul 28, 2016
2 parents 2579641 + 061f2b8 commit 42cbf5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lxc/bdev/bdev.h
Expand Up @@ -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
Expand Down

0 comments on commit 42cbf5e

Please sign in to comment.