mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Remove CHECK_N and bp-checks.h.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <bp-checks.h>
|
||||
|
||||
#include <linux/posix_types.h>
|
||||
|
||||
@@ -34,7 +33,7 @@
|
||||
int
|
||||
__getgroups (int n, gid_t *groups)
|
||||
{
|
||||
return INLINE_SYSCALL (getgroups32, 2, n, CHECK_N (groups, n));
|
||||
return INLINE_SYSCALL (getgroups32, 2, n, groups);
|
||||
}
|
||||
|
||||
weak_alias (__getgroups, getgroups)
|
||||
|
||||
Reference in New Issue
Block a user