summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/port/sys_internal.h2
-rw-r--r--tests/GNUmakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index c401eda..f5a010c 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -34,7 +34,7 @@
#endif /* defined OS_MINOR_VERSION == 6 */
#else
#if OS_MAJOR_VERSION == 3
-#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 5
+#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 14
#define _XOPEN_SOURCE 600
#define HAVE_STRDUP
#else
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 8701359..d2fdc29 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -55,6 +55,7 @@ test9$(EXE): $(TOPDIR)/src/libsqlite3xx.a threads.o
# disabled tests
#-@./exec_test test6 "STL iterators" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
#-@./exec_test test7 "tracing" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
+#@./exec_test test9 "ticket #5: support in multi-threaded enironment" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
# create the must files with ./test2 | sed 's/\(time:[^\)]*\)//g' > test2.MUST
# to eliminate the execution time..
@@ -66,4 +67,3 @@ local_test:
@./exec_test test4 "type conversion of bind parameters" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
@./exec_test test5 "PRAGMAs outside a transaction" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
@./exec_test test8 "ticket #14: to conversion fails with SQLITE_NULL" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
- @./exec_test test9 "ticket #5: support in multi-threaded enironment" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"