Date: Thu, 29 May 2003 17:09:22 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_sigprocmask.c Message-ID: <200305300009.h4U09MrM079149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2003/05/29 17:09:22 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_sigprocmask.c Log: Call the __sys_sigprocmask(the system call) when sigprocmask() is called and the application is not threaded. This works around a problem when an application that hasn't yet become threaded tries to jump out of a signal handler. Reported by: mbr Approved by: re@ (rwatson) Revision Changes Path 1.14 +4 -1 src/lib/libpthread/thread/thr_sigprocmask.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305300009.h4U09MrM079149>