summaryrefslogtreecommitdiff
path: root/debug/getgroups_chk.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-21 16:23:54 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-21 16:23:54 +0000
commit757beee151f9f56be2e49f7a82abc8a58734bca2 (patch)
treea378e0e8fc9a72b760e82c027dd6ab101546c33b /debug/getgroups_chk.c
parent35476e9cd7d61290ecdc4a75496df6a36f22a005 (diff)
downloadglibc-757beee151f9f56be2e49f7a82abc8a58734bca2.tar.gz
* wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
* debug/tst-chk1.c (do_test): Add test for swprintf with format being the last argument. 2005-07-21 Thorsten Kukuk <kukuk@suse.de> * debug/getgroups_chk.c (__getgroups_chk): Fix return value. * stdio-common/fxprintf.c: Include string.h.
Diffstat (limited to 'debug/getgroups_chk.c')
-rw-r--r--debug/getgroups_chk.c2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
-char *
+int
__getgroups_chk (int size, __gid_t list[], size_t listlen)
{
if (__builtin_expect (size * sizeof (__gid_t) > listlen, 0))