summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/Makefile.inc
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-01-20 07:54:49 +0000
committerjasone <jasone@FreeBSD.org>2000-01-20 07:54:49 +0000
commit3daa9aa7192b6e32accee24548c7ea2a2c8847f8 (patch)
treed88a1880f596f77559e42bd51724390d0cf860ff /lib/libpthread/thread/Makefile.inc
parent9408134d9b43b47844401716af02afa4dc37b348 (diff)
downloadFreeBSD-src-3daa9aa7192b6e32accee24548c7ea2a2c8847f8.zip
FreeBSD-src-3daa9aa7192b6e32accee24548c7ea2a2c8847f8.tar.gz
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
Diffstat (limited to 'lib/libpthread/thread/Makefile.inc')
-rw-r--r--lib/libpthread/thread/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc
index f46f007..2a13365 100644
--- a/lib/libpthread/thread/Makefile.inc
+++ b/lib/libpthread/thread/Makefile.inc
@@ -88,6 +88,7 @@ SRCS+= \
uthread_rwlockattr.c \
uthread_select.c \
uthread_self.c \
+ uthread_sem.c \
uthread_sendmsg.c \
uthread_sendto.c \
uthread_seterrno.c \
OpenPOWER on IntegriCloud