summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite3/sqlite3.c
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 11:11:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 20:33:14 +0900
commit470851e10263af02946f3581170eb4afde0d4569 (patch)
treee2508b819f0bf496e3c32c35c64820e586ff8881 /src/libs/sqlite3/sqlite3.c
parent77aa56de67303bca91557dcc595f04431fb35297 (diff)
downloaddigikam-470851e10263af02946f3581170eb4afde0d4569.tar.gz
digikam-470851e10263af02946f3581170eb4afde0d4569.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/libs/sqlite3/sqlite3.c')
-rw-r--r--src/libs/sqlite3/sqlite3.c4
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