From 1aa63b9376c74c71995f605008fd6f332cd52aaf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Apr 1998 15:31:26 +0000 Subject: [PATCH] Update. 1998-04-24 21:44 Richard Henderson * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make __ftruncate the strong symbol, and add weak alias. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4588896460..c16445a14b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-04-24 21:44 Richard Henderson + + * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make + __ftruncate the strong symbol, and add weak alias. + * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. + 1998-04-24 Ulrich Drepper * termios/cfsetspeed.c: Make code cleaner and add missing const.