aboutsummaryrefslogtreecommitdiff
path: root/debug/memset_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/memset_chk.c')
-rw-r--r--debug/memset_chk.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/debug/memset_chk.c b/debug/memset_chk.c
index 293172f..43003b5 100644
--- a/debug/memset_chk.c
+++ b/debug/memset_chk.c
@@ -19,11 +19,7 @@
#include <memcopy.h>
void *
-__memset_chk (dstpp, c, len, dstlen)
- void *dstpp;
- int c;
- size_t len;
- size_t dstlen;
+__memset_chk (void *dstpp, int c, size_t len, size_t dstlen)
{
if (__glibc_unlikely (dstlen < len))
__chk_fail ();