summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtoimax.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/strtoimax.c')
-rw-r--r--lib/libc/stdlib/strtoimax.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtoimax.c b/lib/libc/stdlib/strtoimax.c
index 5f86e3a..a41c74f 100644
--- a/lib/libc/stdlib/strtoimax.c
+++ b/lib/libc/stdlib/strtoimax.c
@@ -49,10 +49,7 @@ __FBSDID("$FreeBSD$");
* alphabets and digits are each contiguous.
*/
intmax_t
-strtoimax(nptr, endptr, base)
- const char *nptr;
- char **endptr;
- int base;
+strtoimax(const char *__restrict nptr, char **__restrict endptr, int base)
{
const char *s;
uintmax_t acc;
OpenPOWER on IntegriCloud