summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-04-12 20:13:34 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-04-12 20:13:34 +0000
commitcec6e43aaeeab8ea3079b369d26da8786a3d48a1 (patch)
treef78ec6edce54f5654291c6a412673a0ea5857959 /m4/jm-macros.m4
parent2fc455e2d5ada71948f60eefa95b069a49995d51 (diff)
downloadcoreutils-cec6e43aaeeab8ea3079b369d26da8786a3d48a1.tar.xz
(gl_MACROS): Check for setgroups and sync, since they
are not in Interix.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 97f5b4c3d..fe4eb71a7 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 96 -*- autoconf -*-
+#serial 97 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -115,8 +115,10 @@ AC_DEFUN([gl_MACROS],
mkfifo \
mbrlen \
realpath \
+ setgroups \
sethostname \
siginterrupt \
+ sync \
sysctl \
sysinfo \
tcgetpgrp \