bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 06/11] euidaccess: Fix Android build


From: Kevin Cernekee
Subject: [PATCH 06/11] euidaccess: Fix Android build
Date: Wed, 11 Feb 2015 15:22:54 -0800

* modules/euidaccess (Depends-on): Add fcntl-h to ensure that
AT_EACCESS gets declared.
---
 ChangeLog          | 4 ++++
 modules/euidaccess | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index bbcc513261eb..7e1fb9191b6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,10 @@
        * lib/getugroups.c: Don't reference unsupported {get,set,end}grent
        functions.
 
+       euidaccess: Fix Android build
+       * modules/euidaccess (Depends-on): Add fcntl-h to ensure that
+       AT_EACCESS gets declared.
+
 2015-02-08  Daiki Ueno  <address@hidden>
 
        uniname/unimame-tests: don't link with -lunistring
diff --git a/modules/euidaccess b/modules/euidaccess
index e34b76bc55ef..9240338f7b80 100644
--- a/modules/euidaccess
+++ b/modules/euidaccess
@@ -9,6 +9,7 @@ Depends-on:
 unistd
 extensions
 root-uid
+fcntl-h
 group-member    [test $HAVE_EUIDACCESS = 0]
 stat            [test $HAVE_EUIDACCESS = 0]
 sys_stat        [test $HAVE_EUIDACCESS = 0]
-- 
2.2.0.rc0.207.ga3a616c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]