summaryrefslogtreecommitdiffstats
path: root/include/rpc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-01-24 01:47:55 +0000
committerfjoe <fjoe@FreeBSD.org>2003-01-24 01:47:55 +0000
commit1474e21b9c643b93cdb57c5f0df0d184cf64be57 (patch)
tree14c3e71557dbfe767c38a90c84778aeb8403d0b3 /include/rpc
parent52bbb9400b37edd7222ab940b5522430e8a966f1 (diff)
downloadFreeBSD-src-1474e21b9c643b93cdb57c5f0df0d184cf64be57.zip
FreeBSD-src-1474e21b9c643b93cdb57c5f0df0d184cf64be57.tar.gz
unifdef -D_THREAD_SAFE
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/clnt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h
index 5ce9986..1c85a4a 100644
--- a/include/rpc/clnt.h
+++ b/include/rpc/clnt.h
@@ -468,14 +468,10 @@ struct rpc_createerr {
struct rpc_err cf_error; /* useful when cf_stat == RPC_PMAPFAILURE */
};
-#ifdef _THREAD_SAFE
__BEGIN_DECLS
extern struct rpc_createerr *__rpc_createerr(void);
__END_DECLS
#define rpc_createerr (*(__rpc_createerr()))
-#else
-extern struct rpc_createerr rpc_createerr;
-#endif /* _THREAD_SAFE */
/*
* The simplified interface:
OpenPOWER on IntegriCloud