Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 1999 17:02:09 -0700 (PDT)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_cond.c uthread_poll.c uthread_select.c
Message-ID:  <199908300002.RAA40172@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    1999/08/29 17:02:09 PDT

  Modified files:
    lib/libc_r/uthread   uthread_cond.c uthread_poll.c 
                         uthread_select.c 
  Log:
  When checking for valid timevals in the wrapped select() and poll()
  routines, don't return EINVAL but set errno to EINVAL and return -1.
  Added a check in pthread_cond_timedwait for a null timespec pointer.
  
  Revision  Changes    Path
  1.18      +9 -7      src/lib/libc_r/uthread/uthread_cond.c
  1.4       +3 -2      src/lib/libc_r/uthread/uthread_poll.c
  1.13      +5 -3      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




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