aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linuxthreads/Makefile
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>2002-04-23 00:50:02 +0800
committertegge <tegge@FreeBSD.org>2002-04-23 00:50:02 +0800
commit339c81bb732360d7f87524cc2403f5be4fec7f3e (patch)
tree72e28adf56ff050d23e458687a8b4497d8ce6b7b /devel/linuxthreads/Makefile
parent8257f1ac8da6025baf23a9f9e155c01e97c45a92 (diff)
downloadfreebsd-ports-graphics-339c81bb732360d7f87524cc2403f5be4fec7f3e.tar.gz
freebsd-ports-graphics-339c81bb732360d7f87524cc2403f5be4fec7f3e.tar.zst
freebsd-ports-graphics-339c81bb732360d7f87524cc2403f5be4fec7f3e.zip
Fix hang caused by a thread calling exit():
- Block cancel signal while creating new thread to avoid losing the signal. - Terminate the process with _exit(1) if it's unsafe to continue calling atexit functions and destructors.
Diffstat (limited to 'devel/linuxthreads/Makefile')
-rw-r--r--devel/linuxthreads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index 2f7afeaf5b0..7b423077e28 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -7,7 +7,7 @@
PORTNAME= linuxthreads
PORTVERSION= 2.2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glibc