Subject: Re: libc, there are symbols removed
To: Jun-ichiro itojun Hagino <itojun@iijlab.net>
From: Klaus Klein <kleink@mibh.de>
List: tech-userlevel
Date: 05/26/2004 15:00:03
On Wednesday 26 May 2004 07:33, Jun-ichiro itojun Hagino wrote:
> there are symbols removed between libc.so.12.117 to 118.
> are these change OK? some of the removed entries are not internal
> to libc (like "fdatasync" or "res_querydomain").
Perhaps you were only looking for text symbols; as for fdatasync,
the external name is now provided as a weak symbol so libpthread
can insert a cancellation point:
fdatasync.o:
00000008 W _fdatasync
00000008 T _sys_fdatasync
00000008 W fdatasync
- Klaus