mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
* nscd/gai.c (__ioctl): Define. Include check_native.c.
This commit is contained in:
parent
1a821d824f
commit
43850227c9
@ -1,3 +1,7 @@
|
||||
2007-11-14 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* nscd/gai.c (__ioctl): Define. Include check_native.c.
|
||||
|
||||
2007-11-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* po/cs.po: Update from translation team.
|
||||
|
@ -22,6 +22,7 @@
|
||||
/* This file uses the getaddrinfo code but it compiles it without NSCD
|
||||
support. We just need a few symbol renames. */
|
||||
#define __inet_aton inet_aton
|
||||
#define __ioctl ioctl
|
||||
#define __getsockname getsockname
|
||||
#define __socket socket
|
||||
#define __recvmsg recvmsg
|
||||
@ -36,6 +37,7 @@
|
||||
|
||||
/* Support code. */
|
||||
#include <check_pf.c>
|
||||
#include <check_native.c>
|
||||
#ifdef HAVE_LIBIDN
|
||||
# include <libidn/idn-stub.c>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user