1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

define PARAMS

This commit is contained in:
Jim Meyering
1997-12-28 09:48:26 +00:00
parent cde7e42dde
commit 08c3f260a1

View File

@@ -1,6 +1,14 @@
#ifndef GROUP_MEMBER_H_
# define GROUP_MEMBER_H_ 1
# ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args
# else
# define PARAMS(Args) ()
# endif
# endif
int
group_member PARAMS ((gid_t));