Date: Fri, 18 Jul 2003 22:25:49 -0700 (PDT) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread pthread.mapsrc/lib/libpthread/thread Makefile.inc thr_raise.c Message-ID: <200307190525.h6J5PnAw083699@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2003/07/18 22:25:49 PDT FreeBSD src repository Modified files: lib/libpthread pthread.map lib/libpthread/thread Makefile.inc Added files: lib/libpthread/thread thr_raise.c Log: Override libc function raise(), in threading mode, raise() will send signal to current thread. Reviewed by: deischen Revision Changes Path 1.3 +2 -0 src/lib/libpthread/pthread.map 1.42 +1 -0 src/lib/libpthread/thread/Makefile.inc 1.1 +53 -0 src/lib/libpthread/thread/thr_raise.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307190525.h6J5PnAw083699>