Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 14:39:19 -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_select.c
Message-ID:  <200208292139.g7TLdJuv077890@freefall.freebsd.org>

index | next in thread | raw e-mail

archie      2002/08/29 14:39:19 PDT

  Modified files:
    lib/libc_r/uthread   uthread_select.c 
  Log:
  Make the libc_r version of select() set the readable or writable
  file descriptor bit if poll() returns POLLERR, POLLHUP, or POLLNVAL.
  Othewise, it's possible for select() to return successfully but
  with no bits set.
  
  Reviewed by:    deischen
  MFC after:      3 days
  PR:             bin/42175
  
  Revision  Changes    Path
  1.21      +6 -4      src/lib/libc_r/uthread/uthread_select.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208292139.g7TLdJuv077890>