about summary refs log tree commit diff
path: root/resolv/rpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-07-08 13:38:50 -0700
committerRoland McGrath <roland@hack.frob.com>2015-07-08 13:38:50 -0700
commitb8a91836171f5722bd5bef6dc2e9ce263c897974 (patch)
tree338b0197f39c32ee6b3afa6d922a76a7e3528191 /resolv/rpc
parentccfa271f8be0f7c210713e043246b2ece75c2a87 (diff)
downloadglibc-b8a91836171f5722bd5bef6dc2e9ce263c897974.tar.gz
glibc-b8a91836171f5722bd5bef6dc2e9ce263c897974.tar.xz
glibc-b8a91836171f5722bd5bef6dc2e9ce263c897974.zip
Install a dummy <rpc/netdb.h> when not building sunrpc/.
Diffstat (limited to 'resolv/rpc')
-rw-r--r--resolv/rpc/netdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/resolv/rpc/netdb.h b/resolv/rpc/netdb.h
new file mode 100644
index 0000000000..eecea3cb06
--- /dev/null
+++ b/resolv/rpc/netdb.h
@@ -0,0 +1,3 @@
+/* This is a dummy file for <rpc/netdb.h>, which is included by <netdb.h>.
+   This file is installed when the C library does not support the SunRPC
+   interfaces (including 'struct rpcent' et al) at all.  */