summaryrefslogtreecommitdiff
path: root/stdlib/strtouq.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtouq.c')
-rw-r--r--stdlib/strtouq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/strtouq.c b/stdlib/strtouq.c
index 4eea0b22ee..e4d817f7f7 100644
--- a/stdlib/strtouq.c
+++ b/stdlib/strtouq.c
@@ -1,5 +1,5 @@
/* strtouq -- Function to parse an `unsigned long long int' from text.
-Copyright (C) 1995 Free Software Foundation, Inc.
+Copyright (C) 1995, 1996 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
@@ -20,3 +20,5 @@ Cambridge, MA 02139, USA. */
#define QUAD 1
#include <strtoul.c>
+
+weak_alias (strtouq, strotull)