Date: Tue, 9 Dec 2003 07:16:28 -0800 (PST) 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 pthread.mapsrc/lib/libpthread/thread Makefile.inc thr_accept.c thr_connect.c thr_private.h Message-ID: <200312091516.hB9FGSY3098376@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2003/12/09 07:16:28 PST FreeBSD src repository Modified files: lib/libpthread pthread.map lib/libpthread/thread Makefile.inc thr_private.h Added files: lib/libpthread/thread thr_accept.c thr_connect.c Log: Add cancellation points for accept() and connect(). Revision Changes Path 1.8 +4 -0 src/lib/libpthread/pthread.map 1.46 +2 -0 src/lib/libpthread/thread/Makefile.inc 1.1 +49 -0 src/lib/libpthread/thread/thr_accept.c (new) 1.1 +49 -0 src/lib/libpthread/thread/thr_connect.c (new) 1.108 +2 -0 src/lib/libpthread/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312091516.hB9FGSY3098376>