mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
2006-05-04 Ulrich Drepper <drepper@redhat.com>
* nscd/gai.c (__getline): Define.
This commit is contained in:
parent
55ef627440
commit
077a30bc0e
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user