clean up 1.5.4 release notes
[git/dscho.git] / Documentation / technical / api-lockfile.txt
blob73ac1025fd92516899a1b4ef25eedbc9fe845c1f
1 lockfile API
2 ============
4 Talk about <lockfile.c>, things like:
6 * lockfile lifetime -- atexit(3) looks at them, do not put them on the
7   stack;
8 * hold_lock_file_for_update()
9 * commit_lock_file()
10 * rollback_rock_file()
12 (JC, Dscho, Shawn)