Date: Thu, 19 Dec 2002 03:39:20 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_accept.c uthread_connect.c uthread_recvfrom.c uthread_recvmsg.c uthread_sendmsg.c uthread_sendto.c Message-ID: <200212191139.gBJBdKpM025129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2002/12/19 03:39:20 PST Modified files: lib/libc_r/uthread uthread_accept.c uthread_connect.c uthread_recvfrom.c uthread_recvmsg.c uthread_sendmsg.c uthread_sendto.c Log: Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), and sendto() cancelation points, as required by POSIX.1-2001. Reviewed by: deischen Revision Changes Path 1.17 +13 -1 src/lib/libc_r/uthread/uthread_accept.c 1.14 +13 -1 src/lib/libc_r/uthread/uthread_connect.c 1.13 +14 -1 src/lib/libc_r/uthread/uthread_recvfrom.c 1.11 +13 -1 src/lib/libc_r/uthread/uthread_recvmsg.c 1.11 +13 -1 src/lib/libc_r/uthread/uthread_sendmsg.c 1.13 +14 -1 src/lib/libc_r/uthread/uthread_sendto.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212191139.gBJBdKpM025129>