summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-01-18 11:09:01 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-01-18 11:09:01 +1100
commita6258e5dc314c7d504ac9f0fbc3be96475581dbe (patch)
tree19047ce95b4608e7791ef419452c000055a6dac7 /configure.ac
parent091093d25802b87d3b2b09f2c88d9f33e1ae5562 (diff)
Add minimal fchownat and fchmodat implementations.
Fixes builds on at least OS X Lion, NetBSD 6 and Solaris 10.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2d1dafdee..8e92d1599 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1719,7 +1719,9 @@ AC_CHECK_FUNCS([ \
1719 errx \ 1719 errx \
1720 explicit_bzero \ 1720 explicit_bzero \
1721 fchmod \ 1721 fchmod \
1722 fchmodat \
1722 fchown \ 1723 fchown \
1724 fchownat \
1723 flock \ 1725 flock \
1724 freeaddrinfo \ 1726 freeaddrinfo \
1725 freezero \ 1727 freezero \