summaryrefslogtreecommitdiffstats
path: root/include/rpc/xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/xdr.h')
-rw-r--r--include/rpc/xdr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index 1ef569a..ada5c5b 100644
--- a/include/rpc/xdr.h
+++ b/include/rpc/xdr.h
@@ -43,10 +43,6 @@
#define _RPC_XDR_H
#include <sys/cdefs.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/*
* XDR provides a conventional way for converting between C data
* types and an external bit-string representation. Library supplied
@@ -370,8 +366,4 @@ extern bool_t xdrrec_eof(XDR *);
extern u_int xdrrec_readbytes(XDR *, caddr_t, u_int);
__END_DECLS
-#ifdef __cplusplus
-}
-#endif
-
#endif /* !_RPC_XDR_H */
OpenPOWER on IntegriCloud