diff options
author | Roland McGrath <roland@gnu.org> | 2005-07-22 05:26:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-07-22 05:26:10 +0000 |
commit | 8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4 (patch) | |
tree | 321af75dfc59fb444877f9915d0b94292448d894 /debug | |
parent | 9b7265a7943cc11b773581ea46380becba2eebcb (diff) | |
download | glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.tar.gz |
Updated to fedora-glibc-20050722T0433
Diffstat (limited to 'debug')
-rw-r--r-- | debug/getgroups_chk.c | 2 |
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)) |