Update.
[glibc.git] / db2 / include / mutex_ext.h
blobcb2d4886afb5b7dc86e5a914ef0118be46ae94d9
1 /* DO NOT EDIT: automatically built by dist/distrib. */
2 void __db_mutex_init __P((db_mutex_t *, off_t));
3 int __db_mutex_lock __P((db_mutex_t *, int));
4 int __db_mutex_unlock __P((db_mutex_t *, int));