summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@google.com>2015-02-11 15:22:55 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-02-11 15:47:45 -0800
commitf1514e591d047866c1a8c25c27d8ab5614a681c5 (patch)
tree7d515e4716ab0a9e83f4ce5f548d11be77458efb /ChangeLog
parentd46768c01ae4330d8a7f6457865254599573f5c1 (diff)
downloadgnulib-f1514e591d047866c1a8c25c27d8ab5614a681c5.tar.gz
linkat_nofollow: Add fallback case for cross compiling
* m4/linkat.m4: Guess no for Darwin, yes otherwise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fea5f0ff37..9fc1f5621b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,9 @@
* modules/euidaccess (Depends-on): Add fcntl-h to ensure that
AT_EACCESS gets declared.
+ linkat_nofollow: Add fallback case for cross compiling
+ * m4/linkat.m4: Guess no for Darwin, yes otherwise.
+
2015-02-08 Daiki Ueno <ueno@gnu.org>
uniname/unimame-tests: don't link with -lunistring