2006-05-04 Ulrich Drepper <drepper@redhat.com>

* nscd/gai.c (__getline): Define.
This commit is contained in:
Ulrich Drepper 2006-05-04 16:02:39 +00:00
parent 55ef627440
commit 077a30bc0e
2 changed files with 4 additions and 13374 deletions

13375
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
/* Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2004.
@ -25,6 +25,7 @@
#define __bind bind
#define __sendto sendto
#define __strchrnul strchrnul
#define __getline getline
#include <getaddrinfo.c>