projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d11588
)
Fix a typo.
author
Hiroshi Inoue
<inoue@tpf.co.jp>
Tue, 31 Oct 2006 12:21:28 +0000
(12:21 +0000)
committer
Hiroshi Inoue
<inoue@tpf.co.jp>
Tue, 31 Oct 2006 12:21:28 +0000
(12:21 +0000)
connection.h
patch
|
blob
|
blame
|
history
diff --git
a/connection.h
b/connection.h
index d2604254f24bba52c7113d09810f07eecf15d9a1..8ab0220ddf5bb26605e5c4109a9c731b6f79815a 100644
(file)
--- a/
connection.h
+++ b/
connection.h
@@
-170,7
+170,7
@@
do { \
#define DELETE_CONNLOCK(x) pthread_mutex_destroy(&((x)->slock))
#else
#define INIT_CONN_CS(x)
-#define INIT_CONN
_LOCK(x)
+#define INIT_CONN
LOCK(x)
#define TRY_ENTER_CONN_CS(x)
#define ENTER_CONN_CS(x)
#define ENTER_INNER_CONN_CS(x, entered) (0)