]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Break up the mutex implementation into separate source files, one
authordrh <drh@noemail.net>
Tue, 28 Aug 2007 16:34:42 +0000 (16:34 +0000)
committerdrh <drh@noemail.net>
Tue, 28 Aug 2007 16:34:42 +0000 (16:34 +0000)
commit437b9013713bf27ad21776b100c6c4e95d8bdbe5
tree50d90f11b69c7ac695d022d065fd9c17d94aeea0
parent9da9d96242b7d43383a1f193eb2add750cfd4e29
Break up the mutex implementation into separate source files, one
each for unix, w32, and os2. (CVS 4312)

FossilOrigin-Name: fc5cd71aef5ac194f51d73350d773d532020967e
Makefile.in
main.mk
manifest
manifest.uuid
src/mutex.c
src/mutex.h [new file with mode: 0644]
src/mutex_os2.c [new file with mode: 0644]
src/mutex_unix.c [new file with mode: 0644]
src/mutex_w32.c [new file with mode: 0644]
src/sqliteInt.h