Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 23:54:52 -0800 (PST)
From:      Jason Evans <jasone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_sem.c Makefile.inc pthread_private.h
Message-ID:  <200001200754.XAA90455@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2000/01/19 23:54:52 PST

  Modified files:
    lib/libc_r/uthread   Makefile.inc pthread_private.h 
  Added files:
    lib/libc_r/uthread   uthread_sem.c 
  Log:
  Add sem_*() functions.  Named semaphores and process-shared semaphores
  are not supported by this implementation, and the error return values
  from sem_init(), sem_open(), sem_close(), and sem_unlink() reflect this.
  
  Approved by:	jkh
  
  Revision  Changes    Path
  1.22      +2 -1      src/lib/libc_r/uthread/Makefile.inc
  1.35      +13 -1     src/lib/libc_r/uthread/pthread_private.h



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?200001200754.XAA90455>