summaryrefslogtreecommitdiff
path: root/lib/strtoll.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2002-11-25 14:23:38 +0000
committerKarl Berry <karl@freefriends.org>2002-11-25 14:23:38 +0000
commita253e9ad52b112fbd27afa32fd13c45b891a6497 (patch)
treedf8ddd9235c9f210c24e9b4bdb6c55faf710bb39 /lib/strtoll.c
parent21ea99a01ebe270ff66dff89268fe56b286ab868 (diff)
downloadgnulib-a253e9ad52b112fbd27afa32fd13c45b891a6497.tar.gz
copy from libc, meaning we now #include <strtol.c>
instead of "strtol.c".
Diffstat (limited to 'lib/strtoll.c')
-rw-r--r--lib/strtoll.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/strtoll.c b/lib/strtoll.c
index 921ddbe8d7..8e9b26190e 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 <strtol.c>
#ifdef _LIBC
# ifdef SHARED