diff options
author | Tor Egge <tegge@FreeBSD.org> | 2001-09-13 16:01:44 +0000 |
---|---|---|
committer | Tor Egge <tegge@FreeBSD.org> | 2001-09-13 16:01:44 +0000 |
commit | d48c47551ac1c238e0d5b4f8adf075876fb0f620 (patch) | |
tree | f02f2406dac95c33785183d658d54df9cab0babe /devel/linuxthreads | |
parent | efd65779f75e08e19f37e43b27e8bf66685f45be (diff) | |
download | ports-d48c47551ac1c238e0d5b4f8adf075876fb0f620.tar.gz ports-d48c47551ac1c238e0d5b4f8adf075876fb0f620.zip |
Notes
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r-- | devel/linuxthreads/Makefile | 2 | ||||
-rw-r--r-- | devel/linuxthreads/files/patch-aa | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index 0c09a9dc6c61..9c341c54d04b 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -7,7 +7,7 @@ PORTNAME= linuxthreads PORTVERSION= 2.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glibc diff --git a/devel/linuxthreads/files/patch-aa b/devel/linuxthreads/files/patch-aa index 54a6f6a848c2..ef2383e4861d 100644 --- a/devel/linuxthreads/files/patch-aa +++ b/devel/linuxthreads/files/patch-aa @@ -801,6 +801,15 @@ diff -ru ../../work/linuxthreads-2.2.3/pthread.c ./pthread.c /* Make current thread the main thread in case the calling thread changes its mind, does not exec(), and creates new threads instead. */ __pthread_reset_main_thread(); +@@ -967,7 +947,7 @@ + __pthread_timedsuspend_old(pthread_descr self, const struct timespec *abstime) + { + sigset_t unblock, initial_mask; +- int was_signalled = 0; ++ int was_signalled = 1; + sigjmp_buf jmpbuf; + + if (atomic_decrement(&self->p_resume_count) == 0) { @@ -1131,3 +1111,17 @@ static const int *const __pthread_require_wrappers = &__pthread_provide_wrappers; |