diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-09 19:10:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-09 19:10:05 +0000 |
commit | 7906dd56260fd980f50bb8a64e877fcf75a72cde (patch) | |
tree | c0823a3c1a15533f2fc57da18c193f1e14e50926 /sysdeps/s390 | |
parent | c4c5feda77f280d700f93f5f3c7d900d9de388f4 (diff) | |
download | glibc-7906dd56260fd980f50bb8a64e877fcf75a72cde.tar glibc-7906dd56260fd980f50bb8a64e877fcf75a72cde.tar.gz glibc-7906dd56260fd980f50bb8a64e877fcf75a72cde.tar.bz2 glibc-7906dd56260fd980f50bb8a64e877fcf75a72cde.zip |
Update.
2004-04-09 Thorsten Kukuk <kukuk@suse.de>
* sysdeps/s390/ffs.c: Don't add ffsl weak alias on s390x.
2004-04-09 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: New file.
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/ffs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/s390/ffs.c b/sysdeps/s390/ffs.c index f987149a8a..ed7fdc682e 100644 --- a/sysdeps/s390/ffs.c +++ b/sysdeps/s390/ffs.c @@ -63,6 +63,8 @@ __ffs (x) } weak_alias (__ffs, ffs) +#if ULONG_MAX == UINT_MAX #undef ffsl weak_alias (__ffs, ffsl) +#endif |