changeset 4029:cba139f83825

copy from libc, meaning we now #include <strtol.c> instead of "strtol.c".
author Karl Berry <karl@freefriends.org>
date Mon, 25 Nov 2002 14:23:38 +0000
parents 0288f07ef626
children 55d7d088d0b8
files lib/strtoll.c
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <strtol.c>
 
 #ifdef _LIBC
 # ifdef SHARED