diff options
Diffstat (limited to 'src/libs/sqlite3/sqlite3.c')
| -rw-r--r-- | src/libs/sqlite3/sqlite3.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libs/sqlite3/sqlite3.c b/src/libs/sqlite3/sqlite3.c index 87195d9a..d1eae566 100644 --- a/src/libs/sqlite3/sqlite3.c +++ b/src/libs/sqlite3/sqlite3.c @@ -13493,9 +13493,7 @@ SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ ** deliver incorrect results. In particular, if pthread_equal() is ** not an atomic operation, then these routines might delivery ** incorrect results. On most platforms, pthread_equal() is a -** comparison of two integers and is therefore atomic. But we are -** told that HPUX is not such a platform. If so, then these routines -** will not always work correctly on HPUX. +** comparison of two integers and is therefore atomic. ** ** On those platforms where pthread_equal() is not atomic, SQLite ** should be compiled without -DSQLITE_DEBUG and with -DNDEBUG to |
