diff options
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 45aa7fc..2ace559 100644 --- a/support/Makefile +++ b/support/Makefile @@ -64,6 +64,10 @@ libsupport-routines = \ xmmap \ xmunmap \ xpoll \ + xpthread_attr_destroy \ + xpthread_attr_init \ + xpthread_attr_setdetachstate \ + xpthread_attr_setstacksize \ xpthread_barrier_destroy \ xpthread_barrier_init \ xpthread_barrier_wait \ |