summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@google.com>2015-02-11 15:22:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-02-11 15:47:45 -0800
commitd46768c01ae4330d8a7f6457865254599573f5c1 (patch)
tree436ef3631c5798812753a72c2b0d2f352b9665a3 /ChangeLog
parent30ea03fe4fa5c64960d2a308d234515a12858155 (diff)
downloadgnulib-d46768c01ae4330d8a7f6457865254599573f5c1.tar.gz
euidaccess: Fix Android build
* modules/euidaccess (Depends-on): Add fcntl-h to ensure that AT_EACCESS gets declared.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <ueno@gnu.org>
uniname/unimame-tests: don't link with -lunistring