Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
sqlite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
cznic
sqlite
Commits
d787662a
Commit
d787662a
authored
2 months ago
by
cznic
Browse files
Options
Downloads
Patches
Plain Diff
all linux is now musl libc
parent
5c066ae5
Branches
Branches containing commit
Tags
v1.35.0
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
bind_blob.go
+1
-1
1 addition, 1 deletion
bind_blob.go
bind_blob_musl.go
+1
-1
1 addition, 1 deletion
bind_blob_musl.go
with
2 additions
and
2 deletions
bind_blob.go
+
1
−
1
View file @
d787662a
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !
(
linux
&& (amd64 || arm64 || loong64))
//go:build !linux
package
sqlite
// import "modernc.org/sqlite"
...
...
This diff is collapsed.
Click to expand it.
bind_blob_musl.go
+
1
−
1
View file @
d787662a
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build linux
&& (amd64 || arm64 || loong64)
//go:build linux
package
sqlite
// import "modernc.org/sqlite"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment