summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-23 15:27:11 +0000
committerJim Meyering <jim@meyering.net>2000-07-23 15:27:11 +0000
commit0c96a22ac7b737dffa4609ac5f433150bcf91a3e (patch)
treee4078d4a4e744c661815c8cc2916a33afc21340f /m4
parent3091cce80a11e5ba72e833f0e9cf531bb676dc58 (diff)
downloadcoreutils-0c96a22ac7b737dffa4609ac5f433150bcf91a3e.tar.xz
(jm_CHECK_DECLS): Check for declarations of these, too:
getgrgid, getpwuid, getuid.
Diffstat (limited to 'm4')
-rw-r--r--m4/check-decl.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4
index b53e013e6..b1e0a4582 100644
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -1,4 +1,4 @@
-#serial 14
+#serial 15
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
@@ -47,7 +47,10 @@ AC_DEFUN(jm_CHECK_DECLS,
free,
getenv,
geteuid,
+ getgrgid
getlogin,
+ getpwuid
+ getuid
getutent,
lseek,
malloc,