summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-25 13:25:15 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-26 00:09:04 +1100
commitb39593a6de5290650a01adf8699c6460570403c2 (patch)
tree10b3dbce092be86a4ea0e49b15805ffd4fea5d24 /configure.ac
parent11057564eb6ab8fd987de50c3d7f394c6f6632b7 (diff)
Add no-op getsid implmentation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e9762ba68..f96c70bcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1739,6 +1739,7 @@ AC_CHECK_FUNCS([ \
1739 getpgrp \ 1739 getpgrp \
1740 _getpty \ 1740 _getpty \
1741 getrlimit \ 1741 getrlimit \
1742 getsid \
1742 getttyent \ 1743 getttyent \
1743 glob \ 1744 glob \
1744 group_from_gid \ 1745 group_from_gid \