summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpc_com.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/rpc_com.h')
-rw-r--r--lib/libc/rpc/rpc_com.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/rpc_com.h b/lib/libc/rpc/rpc_com.h
index 770faf9..bfa6a0b 100644
--- a/lib/libc/rpc/rpc_com.h
+++ b/lib/libc/rpc/rpc_com.h
@@ -86,8 +86,8 @@ bool_t __xdrrec_setnonblock(XDR *, int);
bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t);
void __xprt_unregister_unlocked(SVCXPRT *);
-SVCXPRT **__svc_xports;
-int __svc_maxrec;
+extern SVCXPRT **__svc_xports;
+extern int __svc_maxrec;
__END_DECLS
OpenPOWER on IntegriCloud