mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
Add comment to gethnamaddr.c to warn that the file is unmaintained
This commit is contained in:
parent
d34570a6b8
commit
e1e041c439
@ -1,3 +1,8 @@
|
|||||||
|
2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* resolv/gethnamaddr.c: Add comment warning that the file is
|
||||||
|
not maintained.
|
||||||
|
|
||||||
2014-07-01 Carlos O'Donell <carlos@redhat.com>
|
2014-07-01 Carlos O'Donell <carlos@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
|
* sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
|
||||||
|
@ -49,6 +49,11 @@
|
|||||||
* --Copyright--
|
* --Copyright--
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* XXX This file is not used by any of the resolver functions implemented by
|
||||||
|
glibc (i.e. get*info and gethostby*). It cannot be removed however because
|
||||||
|
it exports symbols in the libresolv ABI. The file is not maintained any
|
||||||
|
more, nor are these functions. */
|
||||||
|
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93";
|
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93";
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
Loading…
Reference in New Issue
Block a user