From: Ulrich Drepper Date: Wed, 10 Nov 1999 05:00:37 +0000 (+0000) Subject: (libpthread-routines): Add events. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5a076bfca962765f1015b7dc5462708cd34166;p=thirdparty%2Fglibc.git (libpthread-routines): Add events. --- diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 8268666c900..d2b154285d8 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -35,7 +35,7 @@ extra-libs-others := $(extra-libs) libpthread-routines := attr cancel condvar join manager mutex ptfork \ ptlongjmp pthread signals specific errno lockfile \ semaphore spinlock wrapsyscall rwlock pt-machine \ - oldsemaphore + oldsemaphore events vpath %.c Examples tests = ex1 ex2 ex3 ex4 ex5 ex6