]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the prototype for the open() system call to agree with Posix.
authordrh <drh@noemail.net>
Sun, 17 Apr 2011 17:14:03 +0000 (17:14 +0000)
committerdrh <drh@noemail.net>
Sun, 17 Apr 2011 17:14:03 +0000 (17:14 +0000)
commit3d5655ada125900cb8544e0bd16b8400894adc80
tree9bc45015646ce894289c78e4e167ba3e068867fd
parentb9bf2aa14a930b2def820b7c140e153476146eae
Change the prototype for the open() system call to agree with Posix.
Though a faulty function prototype in a pointer cast is a seemingly innocuous
error, the correct prototype is necessary for pthreads to work correctly
on NetBSD.

FossilOrigin-Name: 986f2f25baf21d0d6a4b3749e5ea76502d26536e
manifest
manifest.uuid
src/os_unix.c