From: Ulrich Drepper Date: Fri, 9 Jul 1999 21:00:54 +0000 (+0000) Subject: (libpthread-routines): Add oldsemaphore routine. X-Git-Tag: cvs/glibc_2-1-2~296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92cb24bf3cead28bf82db238a2df22aa84e48569;p=thirdparty%2Fglibc.git (libpthread-routines): Add oldsemaphore routine. --- diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 600e194e310..8268666c900 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -34,7 +34,8 @@ 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 + semaphore spinlock wrapsyscall rwlock pt-machine \ + oldsemaphore vpath %.c Examples tests = ex1 ex2 ex3 ex4 ex5 ex6