mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 07:32:26 -05:00
[chore] bump ncruces go-sqlite3 => v0.23.0 (#3785)
* bump ncruces go-sqlite3 => v0.23.0 * whoops, add missing vendor changes...
This commit is contained in:
parent
fccb0bc102
commit
24f6760c0e
40 changed files with 836 additions and 833 deletions
2
vendor/github.com/ncruces/go-sqlite3/vfs/shm_ofd.go
generated
vendored
2
vendor/github.com/ncruces/go-sqlite3/vfs/shm_ofd.go
generated
vendored
|
|
@ -73,7 +73,7 @@ func (s *vfsShm) shmOpen() _ErrorCode {
|
|||
return rc
|
||||
}
|
||||
|
||||
func (s *vfsShm) shmMap(ctx context.Context, mod api.Module, id, size int32, extend bool) (uint32, _ErrorCode) {
|
||||
func (s *vfsShm) shmMap(ctx context.Context, mod api.Module, id, size int32, extend bool) (ptr_t, _ErrorCode) {
|
||||
// Ensure size is a multiple of the OS page size.
|
||||
if int(size)&(unix.Getpagesize()-1) != 0 {
|
||||
return 0, _IOERR_SHMMAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue