repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid ELF lookup race.
[glibc.git]
/
include
/
rpc
/
pmap_prot.h
blob
902faba019a9b8216eac621edd9b73014b3da684
1
#include <sunrpc/rpc/pmap_prot.h>
2
3
4
extern
bool_t
xdr_pmap_internal
(
XDR
*
__xdrs
,
struct
pmap
*
__regs
)
5
attribute_hidden
;
6
extern
bool_t
xdr_pmaplist_internal
(
XDR
*
__xdrs
,
struct
pmaplist
**
__rp
)
7
attribute_hidden
;