Ken & Deb Allen <[EMAIL PROTECTED]> wrote:
> 
> I had a look, but I do not see where the sqlite3OsLock code is  
> implemented. I see the function prototype, but not the actual  
> implementation (not even a typedef or wrapper for a native call).
> 

The real name of the function is unixLock.  There is a
#define that aliases the name based on architecture.  You will
find the source code in os_unix.c.

--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to