From 7906dd56260fd980f50bb8a64e877fcf75a72cde Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Apr 2004 19:10:05 +0000 Subject: Update. 2004-04-09 Thorsten Kukuk * sysdeps/s390/ffs.c: Don't add ffsl weak alias on s390x. 2004-04-09 Steven Munroe * sysdeps/unix/sysv/linux/powerpc/powerpc64/umount.c: New file. --- sysdeps/s390/ffs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/s390/ffs.c') 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 -- cgit v1.2.3