summaryrefslogtreecommitdiff
path: root/string/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/memset.c')
-rw-r--r--string/memset.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/string/memset.c b/string/memset.c
index 18faf06e42..a17f1a0d5b 100644
--- a/string/memset.c
+++ b/string/memset.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,10 +22,7 @@
void *
inhibit_loop_to_libcall
-memset (dstpp, c, len)
- void *dstpp;
- int c;
- size_t len;
+memset (void *dstpp, int c, size_t len)
{
long int dstp = (long int) dstpp;