]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/Makefile
update from main archive 970209
[thirdparty/glibc.git] / stdlib / Makefile
index 6e7b753180f62229b66a689145d10605a0ae44d3..35c0f0254a47f0b22caf0f4d8e3d8290f52e4b96 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 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
@@ -24,7 +24,7 @@ subdir        := stdlib
 headers        := stdlib.h alloca.h monetary.h
 
 routines       :=                                                            \
-       atof atoi atol                                                        \
+       atof atoi atol atoll                                                  \
        abort                                                                 \
        bsearch qsort msort                                                   \
        getenv putenv setenv secure-getenv                                    \