blob: cb2d4886afb5b7dc86e5a914ef0118be46ae94d9 (
plain) (
blame)
1
2
3
4
|
/* DO NOT EDIT: automatically built by dist/distrib. */
void __db_mutex_init __P((db_mutex_t *, off_t));
int __db_mutex_lock __P((db_mutex_t *, int));
int __db_mutex_unlock __P((db_mutex_t *, int));
|