diff options
Diffstat (limited to 'db2/db_int.h')
-rw-r--r-- | db2/db_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db2/db_int.h b/db2/db_int.h index 4c2e794153..228c7ab4f2 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; /* * !!! |