diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-25 18:37:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-25 18:37:11 +0000 |
commit | 859a09cff1dc7d626a13e242d035107e7b6d13f8 (patch) | |
tree | 47d1409798eeadbd5a9a215ee851254fcfcc9ab3 /sysdeps | |
parent | 40cbb1a73b1010ac37710742e42d14fd6108dc07 (diff) | |
download | glibc-859a09cff1dc7d626a13e242d035107e7b6d13f8.tar.gz glibc-859a09cff1dc7d626a13e242d035107e7b6d13f8.tar.xz glibc-859a09cff1dc7d626a13e242d035107e7b6d13f8.zip |
Update.
1999-05-26 Jakub Jelinek <jj@ultra.linux.cz> * stdlib/longlong.h (add_ssaaaa, sub_ddmmss, umul_ppmm): Optimized sparc64 routines. * stdio-common/vfprintf.c (vfprintf): Don't handle long numbers if they are the same as ints. * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/generic/wcstol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/wcstol.c b/sysdeps/generic/wcstol.c index 2f7d144255..bb83e7c435 100644 --- a/sysdeps/generic/wcstol.c +++ b/sysdeps/generic/wcstol.c @@ -20,4 +20,4 @@ #define USE_WIDE_CHAR 1 -#include <stdlib/strtol.c> +#include <sysdeps/generic/strtol.c> |