From: Kevin Cernekee Date: Wed, 11 Feb 2015 23:22:54 +0000 (-0800) Subject: euidaccess: Fix Android build X-Git-Tag: v1.0~7151 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d46768c01ae4330d8a7f6457865254599573f5c1;p=gnulib.git euidaccess: Fix Android build * modules/euidaccess (Depends-on): Add fcntl-h to ensure that AT_EACCESS gets declared. --- diff --git a/ChangeLog b/ChangeLog index d3e368a02f..fea5f0ff37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,6 +45,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 uniname/unimame-tests: don't link with -lunistring diff --git a/modules/euidaccess b/modules/euidaccess index e34b76bc55..9240338f7b 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]