]> Savannah Git Hosting - gnulib.git/commit
linkat: don't unconditionally replace on GNU/Linux
authorPádraig Brady <P@draigBrady.com>
Fri, 31 Oct 2014 18:18:36 +0000 (18:18 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 3 Nov 2014 14:11:00 +0000 (15:11 +0100)
commitc564172a11b94fed43632cbc854277d68d14e693
treeb818b498dab3afdcaea608503423eae013b5bf49
parentc8e57ce5bbfc176ca622fcfff5af1982dd9ff17e
linkat: don't unconditionally replace on GNU/Linux

* m4/linkat.m4 (gl_FUNC_LINKAT): The compile check for AT_SYMLINK_FOLLOW
was redundant for a few reasons.  It was present to support compiling
on new systems but running on the old narrow window of Linux 2.6.1[67].
It setup and cleaned up test files which weren't actually used.
On non __linux__ it compile tested AT_SYMLINK_FOLLOW, but that is
implicit in the following check.
ChangeLog
m4/linkat.m4