aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-24 01:47:55 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-24 01:47:55 +0000
commit3fe5b5db73ea3b7013cae2d5e50b49bb8d1461c0 (patch)
tree14c3e71557dbfe767c38a90c84778aeb8403d0b3 /include
parent1746ea2b029324e7d659b0ba612c2a043ee51a40 (diff)
downloadsrc-3fe5b5db73ea3b7013cae2d5e50b49bb8d1461c0.tar.gz
src-3fe5b5db73ea3b7013cae2d5e50b49bb8d1461c0.zip
unifdef -D_THREAD_SAFE
Notes
Notes: svn path=/head/; revision=109773
Diffstat (limited to 'include')
-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 5ce99865007b..1c85a4a73688 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: