summaryrefslogtreecommitdiff
path: root/include/grp.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-13 01:08:15 +0000
committerRoland McGrath <roland@gnu.org>2002-08-13 01:08:15 +0000
commitfaea9de6e06ea59dd5f891f5a9860cb1cb805ab1 (patch)
tree9cd07cf6da7897816d0936ae854677275975ddc6 /include/grp.h
parentdf9629171c45a83e14ff8319b4d0837ceee22d3f (diff)
* include/sys/wait.h (__waitpid): Add libc_hidden_proto.
* sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def. * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak. * sysdeps/unix/sysv/linux/waitpid.c: Likewise. * sysdeps/unix/sysv/aix/waitpid.c: Likewise. * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise. * sysdeps/generic/waitpid.c: Likewise. * include/net/if.h: New file. Use libc_hidden_proto for if_nametoindex and if_indextoname. * sysdeps/generic/if_index.c: Add libc_hidden_def. * sysdeps/mach/hurd/if_index.c: Likewise. * sysdeps/unix/sysv/linux/if_index.c: Likewise. * include/grp.h (setgroups): Add libc_hidden_proto. * sysdeps/generic/setgroups.c: Add libc_hidden_def. * sysdeps/mach/hurd/setgroups.c: Likewise. * sysdeps/unix/sysv/irix4/setgroups.c: Likewise. * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grp.h b/include/grp.h
index 4469d789c8..5ed9c972f0 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -1,6 +1,8 @@
#ifndef _GRP_H
#include <grp/grp.h>
+libc_hidden_proto (setgroups)
+
/* Now define the internal interfaces. */
extern int __getgrent_r (struct group *__resultbuf, char *buffer,
size_t __buflen, struct group **__result)