aboutsummaryrefslogtreecommitdiff
path: root/db2/db_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'db2/db_int.h')
-rw-r--r--db2/db_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db2/db_int.h b/db2/db_int.h
index 4c2e794..228c7ab 100644
--- a/db2/db_int.h
+++ b/db2/db_int.h
@@ -138,7 +138,7 @@ typedef struct __fn {
/*******************************************************
* Mutex support.
*******************************************************/
-typedef unsigned char tsl_t;
+typedef u_int32_t tsl_t;
/*
* !!!