summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtouq.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/strtouq.c')
-rw-r--r--lib/libc/stdlib/strtouq.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c
index 8b3e30e..1a14f36 100644
--- a/lib/libc/stdlib/strtouq.c
+++ b/lib/libc/stdlib/strtouq.c
@@ -45,10 +45,7 @@ __FBSDID("$FreeBSD$");
* Convert a string to an unsigned quad integer.
*/
u_quad_t
-strtouq(nptr, endptr, base)
- const char *nptr;
- char **endptr;
- int base;
+strtouq(const char *nptr, char **endptr, int base)
{
return strtoull(nptr, endptr, base);
OpenPOWER on IntegriCloud