diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-16 01:34:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-16 01:34:02 +0000 |
commit | 8ae67009786d409e1995536c9dbd7f52c4b4c9be (patch) | |
tree | 997860275c16ff935458e0134efe15ca9ffa7e50 /stdlib/Makefile | |
parent | 389b70491b4d6ff078712b848600a36efcced323 (diff) | |
download | glibc-8ae67009786d409e1995536c9dbd7f52c4b4c9be.zip glibc-8ae67009786d409e1995536c9dbd7f52c4b4c9be.tar.gz glibc-8ae67009786d409e1995536c9dbd7f52c4b4c9be.tar.bz2 |
Update.
2000-09-15 Ulrich Drepper <drepper@redhat.com>
* include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if
necessary. Move includes of POSIX and Unix limits files to the
end.
* stdlib/Makefile (tests): Add tst-limits.
* stdlib/tst-limits.h: New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 24b4b44..19e88f3 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -52,7 +52,7 @@ routines := \ distribute := exit.h grouping.h abort-instr.h isomac.c tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ - tst-xpg-basename tst-random tst-bsearch + tst-xpg-basename tst-random tst-bsearch tst-limits # Several mpn functions from GNU MP are used by the strtod function. |