]> git.ipfire.org Git - thirdparty/glibc.git/blame - nscd/res_hconf.c
Make fallback fegetexceptflag work with generic fetestexceptflag.
[thirdparty/glibc.git] / nscd / res_hconf.c
CommitLineData
1ce7d80d
UD
1/* Add the include here so that we can redefine __fxprintf. */
2#include <stdio.h>
3
4/* Rename symbols for protected names used in libc itself. */
5#define __ioctl ioctl
6#define __socket socket
7#define __strchrnul strchrnul
8#define __strncasecmp strncasecmp
9
10#define __fxprintf(args...) /* ignore */
11
12
13#include "../resolv/res_hconf.c"