]> Savannah Git Hosting - gnulib.git/commitdiff
euidaccess: Fix Android build
authorKevin Cernekee <cernekee@google.com>
Wed, 11 Feb 2015 23:22:54 +0000 (15:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Feb 2015 23:47:45 +0000 (15:47 -0800)
* modules/euidaccess (Depends-on): Add fcntl-h to ensure that
AT_EACCESS gets declared.

ChangeLog
modules/euidaccess

index d3e368a02ffdeac0a9b6e5d50b61c968e43904d6..fea5f0ff374bbdd2f6dc54553008ddeeece0cc8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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  <ueno@gnu.org>
 
        uniname/unimame-tests: don't link with -lunistring
index e34b76bc55efd60791be460b7ae6d8fe116d3d74..9240338f7b802e42c0ca936cce3f227c3ef256c2 100644 (file)
@@ -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]