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
Update.
[glibc.git]
/
db2
/
include
/
mutex_ext.h
blob
b48da5d2f4435546dca171108a9ce650eb7e96b8
1
/* DO NOT EDIT: automatically built by dist/distrib. */
2
#ifndef _mutex_ext_h_
3
#define _mutex_ext_h_
4
int
__db_mutex_init
__P
((
db_mutex_t
*,
u_int32_t
));
5
int
__db_mutex_lock
__P
((
db_mutex_t
*,
int
));
6
int
__db_mutex_unlock
__P
((
db_mutex_t
*,
int
));
7
#endif
/* _mutex_ext_h_ */