diff options
Diffstat (limited to 'htl/Makefile')
-rw-r--r-- | htl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/Makefile b/htl/Makefile index 2658f24..5f9b2ba 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -92,7 +92,6 @@ libpthread-routines := \ pt-rwlock-timedrdlock \ pt-rwlock-timedwrlock \ pt-rwlock-unlock \ - pt-cond \ pt-condattr-init \ pt-condattr-getclock \ pt-condattr-getpshared \ @@ -205,6 +204,7 @@ routines := \ pt-attr-setstack \ pt-attr-setstackaddr \ pt-attr-setstacksize \ + pt-cond \ pt-condattr-destroy \ pt-getschedparam \ pt-nthreads \ |