mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
249 B
Plaintext
6 lines
249 B
Plaintext
This module provides a wrapper for the DB_File module, adding locking.
|
|
|
|
When you need locking, simply use this module in place of DB_File and
|
|
add an extra argument onto the tie command specifying if the file should
|
|
be locked for reading or writing.
|