Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 1997 06:03:13 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc_r/uthread uthread_nanosleep.c
Message-ID:  <199706041303.GAA05807@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1997/06/04 06:03:13 PDT

  Modified files:
    lib/libc_r/uthread   uthread_nanosleep.c 
  Log:
  Bring back nanosleep from the cold.
  
  The addition of the nanosleep syscall was correctly added to
  libc/sys/Makefile so that it is renamed as _thread_sys_nanosleep().
  This syscall is one of those that libc_r has to re-implement because
  the only behaviour is to block the process. So libc_r just ignores the
  fact that a nanosleep syscall exists and goes its own way - as it has
  done all along .... and now it does again. And now a simple program
  can sleep again. Phew.
  
  Revision  Changes    Path
  1.5       +1 -1      src/lib/libc_r/uthread/uthread_nanosleep.c



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