Subject: Re: libc, there are symbols removed
To: Jun-ichiro itojun Hagino <itojun@iijlab.net>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 05/26/2004 08:10:55
On May 26,  2:33pm, itojun@iijlab.net (Jun-ichiro itojun Hagino) wrote:
-- Subject: libc, there are symbols removed

| 	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").

[8:09am] 136>nm /lib/libc.so.12.118 | grep fdatasync
0001cf30 T fdatasync
[8:10am] 137>nm /lib/libc.so.12.118 | grep querydomain
0006a334 T __res_nquerydomain
00073a68 T __res_querydomain
00073a68 W res_querydomain

christos

[res_querydomain was broken in the old libc]