summaryrefslogtreecommitdiff
path: root/sysdeps/s390
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-09 19:10:05 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-09 19:10:05 +0000
commit7906dd56260fd980f50bb8a64e877fcf75a72cde (patch)
treec0823a3c1a15533f2fc57da18c193f1e14e50926 /sysdeps/s390
parentc4c5feda77f280d700f93f5f3c7d900d9de388f4 (diff)
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.c2
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