From a253e9ad52b112fbd27afa32fd13c45b891a6497 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Nov 2002 14:23:38 +0000 Subject: [PATCH] copy from libc, meaning we now #include instead of "strtol.c". --- lib/strtoll.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/strtoll.c b/lib/strtoll.c index 921ddbe8d..8e9b26190 100644 --- a/lib/strtoll.c +++ b/lib/strtoll.c @@ -1,7 +1,6 @@ /* Function to parse a `long long int' from text. - - Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002 Free Software - Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc. + This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +18,7 @@ #define QUAD 1 -#include "strtol.c" +#include #ifdef _LIBC # ifdef SHARED -- 2.11.0