We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59f389 commit b5283e5Copy full SHA for b5283e5
go1/sqlite3/sqlite3.go
@@ -24,6 +24,9 @@ package sqlite3
24
#cgo CFLAGS: -DSQLITE_OMIT_TRACE=1
25
#cgo CFLAGS: -DSQLITE_OMIT_UTF16=1
26
27
+// Fix for BusyTimeout on *nix systems.
28
+#cgo !windows CFLAGS: -DHAVE_USLEEP=1
29
+
30
// Temporary fix for "fchmod undeclared" error. Seems to cause segmentation
31
// faults on Windows (signal 0xc0000005 code=0x8 addr=0x617ee0 pc=0x617ee0).
32
// [http://www.sqlite.org/cgi/src/info/61a1045239]
0 commit comments