diff options
Diffstat (limited to 'htl/Makefile')
-rw-r--r-- | htl/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htl/Makefile b/htl/Makefile index 603af24..82b7803 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -25,12 +25,7 @@ SYSDEPS := lockfile LCLHDRS := libpthread-routines := \ - pt-destroy-specific \ pt-init-specific \ - pt-key-create \ - pt-key-delete \ - pt-getspecific \ - pt-setspecific \ pt-alloc \ pt-create \ pt-getattr \ @@ -40,7 +35,6 @@ libpthread-routines := \ pt-initialize \ pt-join \ pt-spin-inlines \ - pt-cleanup \ pt-testcancel \ pt-cancel \ pt-mutex-transfer-np \ @@ -148,6 +142,7 @@ routines := \ pt-barrierattr-setpshared \ pt-block \ pt-block-intr \ + pt-cleanup \ pt-cond \ pt-cond-brdcast \ pt-cond-destroy \ @@ -161,7 +156,11 @@ routines := \ pt-condattr-init \ pt-condattr-setclock \ pt-condattr-setpshared \ + pt-destroy-specific \ pt-getschedparam \ + pt-getspecific \ + pt-key-create \ + pt-key-delete \ pt-mutex-checklocked \ pt-mutex-consistent \ pt-mutex-destroy \ @@ -205,6 +204,7 @@ routines := \ pt-setcancelstate \ pt-setcanceltype \ pt-setschedparam \ + pt-setspecific \ pt-sigmask \ pt-sigstate \ pt-sigstate-destroy \ |