From 8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 22 Jul 2005 05:26:10 +0000 Subject: Updated to fedora-glibc-20050722T0433 --- debug/getgroups_chk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug') diff --git a/debug/getgroups_chk.c b/debug/getgroups_chk.c index 6401b023d3..c877ddb9ca 100644 --- a/debug/getgroups_chk.c +++ b/debug/getgroups_chk.c @@ -20,7 +20,7 @@ #include -char * +int __getgroups_chk (int size, __gid_t list[], size_t listlen) { if (__builtin_expect (size * sizeof (__gid_t) > listlen, 0)) -- cgit v1.2.1