From 42c9f525369ba06742d53d7a89ad00153b317de6 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:14:12 +0000 Subject: Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files --- libc/pwd_grp/getgrent_r.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libc/pwd_grp/getgrent_r.c (limited to 'libc/pwd_grp/getgrent_r.c') diff --git a/libc/pwd_grp/getgrent_r.c b/libc/pwd_grp/getgrent_r.c new file mode 100644 index 000000000..5f0b7c295 --- /dev/null +++ b/libc/pwd_grp/getgrent_r.c @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2000-2006 Erik Andersen + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#include + +#ifdef __USE_GNU +# define L_getgrent_r +# include "pwd_grp.c" +#endif -- cgit v1.2.3