summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/sqlite/sqlite_b0.patch
blob: 0be1bb95c176defe6b0fbec3ef1b6c2d167b38be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/shell.c	2017-05-03 10:49:13.266276246 -0700
+++ b/shell.c	2017-05-03 10:51:34.868963321 -0700
@@ -198,6 +198,10 @@
 #define getrusage(A,B) memset(B,0,sizeof(*B))
 #endif
 
+#ifdef B0
+#undef B0
+#endif
+
 /* Saved resource information for the beginning of an operation */
 static struct rusage sBegin;  /* CPU time at start */
 static sqlite3_int64 iBegin;  /* Wall-clock time at start */