diff options
Diffstat (limited to 'src/libs')
| -rw-r--r-- | src/libs/sqlite2/os.h | 5 | ||||
| -rw-r--r-- | src/libs/sqlite3/sqlite3.c | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/src/libs/sqlite2/os.h b/src/libs/sqlite2/os.h index f56e4478..f3e9f6a4 100644 --- a/src/libs/sqlite2/os.h +++ b/src/libs/sqlite2/os.h @@ -18,11 +18,6 @@ #define _SQLITE_OS_H_ /* -** Helpful hint: To get this to compile on HP/UX, add -D_INCLUDE_POSIX_SOURCE -** to the compiler command line. -*/ - -/* ** These #defines should enable >2GB file support on Posix if the ** underlying operating system supports it. If the OS lacks ** large file support, or if the OS is windows, these should be no-ops. 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 |
