From e8764024e68e11f153ba409bef4376129c20c073 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 24 Apr 2011 23:27:44 -0700
Subject: [PATCH] strtoll: remove dependency on strtol

This is so that 'configure' need not check for strtol merely because
the application needs strtoll.
* modules/strtoll (Files): Add lib/strtol.c.
(Depends-on): Remove strtol.
---
 ChangeLog       | 8 ++++++++
 modules/strtoll | 3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8abcf2d513..ae96221713 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-04-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+	strtoll: remove dependency on strtol
+	This is so that 'configure' need not check for strtol merely because
+	the application needs strtoll.
+	* modules/strtoll (Files): Add lib/strtol.c.
+	(Depends-on): Remove strtol.
+
 2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
 
 	inttypes: Move some configure check to module 'imaxdiv'.
diff --git a/modules/strtoll b/modules/strtoll
index 738c9efe05..8295e83c2a 100644
--- a/modules/strtoll
+++ b/modules/strtoll
@@ -2,13 +2,13 @@ Description:
 strtoll() function: convert string to 'long long'.
 
 Files:
+lib/strtol.c
 lib/strtoll.c
 m4/longlong.m4
 m4/strtoll.m4
 
 Depends-on:
 stdlib
-strtol
 
 configure.ac:
 gl_FUNC_STRTOLL
@@ -24,4 +24,3 @@ LGPL
 
 Maintainer:
 glibc
-
-- 
2.30.2