Import BSDDB 4.7.25 (as of svn r89086)

This commit is contained in:
Zachary Ware
2017-09-04 13:40:25 -05:00
parent 4b29e0458f
commit 8f590873d0
4781 changed files with 2241032 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
m4_comment([$Id: memp_fsync.so,v 10.36 2006/11/30 19:06:50 bostic Exp $])
define(M4PAGELOCAL, memp_fsync)
include(m4/m4.seealso)
m4_pf_header(m4_ref(memp_fsync),
ifelse(M4API, C_API, [dnl
int
DB_MPOOLFILE-__GT__sync(DB_MPOOLFILE *mpf);
])
ifelse(M4API, CXX_API, [dnl
int
DbMpoolFile::sync();
]))
m4_p([dnl
The m4_refT(memp_fsync) writes all modified pages associated with the
m4_ref(DbMpoolFile) back to the source file. If any of the modified
pages are m4_italic(pinned) (that is, currently in use),
m4_ref(memp_fsync) will ignore them.])
m4_return(memp_fsync, std)
m4_seealso(DbMpool)
m4_page_footer