Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2002 12:58:43 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_poll.c uthread_readv.c uthread_select.c uthread_wait4.c uthread_writev.c
Message-ID:  <200205021958.g42JwiV94195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2002/05/02 12:58:43 PDT

  Modified files:
    lib/libc_r/uthread   uthread_poll.c uthread_readv.c 
                         uthread_select.c uthread_wait4.c 
                         uthread_writev.c 
  Log:
  Make these functions cancellation points like they should be:
  poll(2), readv(2), select(2), wait4(2), writev(2).
  
  PR:             bin/37658
  Reviewed by:    deischen
  MFC after:      1 week
  
  Revision  Changes    Path
  1.12      +14 -2     src/lib/libc_r/uthread/uthread_poll.c
  1.14      +14 -2     src/lib/libc_r/uthread/uthread_readv.c
  1.20      +14 -1     src/lib/libc_r/uthread/uthread_select.c
  1.14      +14 -2     src/lib/libc_r/uthread/uthread_wait4.c
  1.19      +14 -2     src/lib/libc_r/uthread/uthread_writev.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?200205021958.g42JwiV94195>