diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-04 16:02:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-04 16:02:39 +0000 |
commit | 077a30bc0e51391214095bf2a7df4272b9b8e219 (patch) | |
tree | 93a24de8a849cafe88b8993b7c997d39e64d1ed9 /nscd | |
parent | 55ef627440be330aac4cd5eab3c21548f40ed067 (diff) | |
download | glibc-077a30bc0e51391214095bf2a7df4272b9b8e219.tar.gz glibc-077a30bc0e51391214095bf2a7df4272b9b8e219.tar.xz glibc-077a30bc0e51391214095bf2a7df4272b9b8e219.zip |
2006-05-04 Ulrich Drepper <drepper@redhat.com>
* nscd/gai.c (__getline): Define.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/gai.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nscd/gai.c b/nscd/gai.c index 18fc62e7a0..2e706bdfe7 100644 --- a/nscd/gai.c +++ b/nscd/gai.c @@ -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> |