Check-in Number:
|
3319 | |
Date: |
2003-Apr-03 20:09:05 (local)
2003-Apr-03 18:09:05 (UTC) |
User: | rse |
Branch: | |
Comment: |
Fixed implementation so that --enable-pthread now correctly
implies --enable-syscall-soft.
Discovered by: Steve Alstrin <Steve.Alstrin@NetIQ.com> |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/ChangeLog 1.606 -> 1.607
--- ChangeLog 2003/03/22 20:28:42 1.606
+++ ChangeLog 2003/04/03 18:09:05 1.607
@@ -21,6 +21,10 @@
Changes between 2.0.0 and 2.0.1 (17-Feb-2003 to xx-XXX-2003)
+ *) Fixed implementation so that --enable-pthread now correctly
+ implies --enable-syscall-soft.
+ [Steve Alstrin <Steve.Alstrin@NetIQ.com>, Ralf S. Engelschall]
+
*) Replace some 0 by more politically correct NULL in pth_string.c
[Ralf S. Engelschall]
|
|
ossp-pkg/pth/THANKS 1.91 -> 1.92
--- THANKS 2002/11/29 17:58:18 1.91
+++ THANKS 2003/04/03 18:09:05 1.92
@@ -12,6 +12,7 @@
Credit has to be given to the following people who contributed ideas,
bugfixes, hints, gave platform feedback, etc. (in alphabetical order):
+ o Steve Alstrin <Steve.Alstrin@NetIQ.com>
o Jens Andersen <Jens@trw.nl>
o J.David Anglin <dave.anglin@nrc.ca>
o Dmitry A. Antipov <boss@wraith.rosnet.ru>
|
|
ossp-pkg/pth/configure.ac 1.10 -> 1.11
--- configure.ac 2003/01/01 15:49:11 1.10
+++ configure.ac 2003/04/03 18:09:05 1.11
@@ -588,6 +588,7 @@
UNINSTALL_PTHREAD=uninstall-pthread
TEST_PTHREAD=test_pthread
enable_syscall_soft=yes
+ PTH_SYSCALL_SOFT=1
AC_HAVE_HEADERS(pthread.h)
ac_warn=no
if test ".$ac_cv_header_pthread_h" = .yes; then
|
|