summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2007-11-20 18:38:00 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-04-07 23:10:27 +0200
commit96d719679962ea3f765b3e3f23672af130de9c1d (patch)
treeaf75c45cb9241f281c87cad84993ee6eacbd2cb3 /Makefile.am
parent961d71afd49f55395e6dbfe203d6b968e4105ee0 (diff)
2007-11-20 Neal H. Walfield <neal@gnu.org>
* sysdeps/l4/pt-thread-dealloc.c: New file. * Makefile.am (libpthread_a_SOURCES): Add pt-thread-dealloc.c. * sysdeps/l4/hurd/pt-sysdep.h (PTHREAD_STACK_DEFAULT): Change to 2MB. * sysdeps/l4/hurd/pt-sysdep.c (sched_yield): New function. (sigprocmask): Likewise. (init_routine): Only call __pthread_initialize once. Update comments.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a1db8f42..9249d937 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,7 @@ libpthread_a_SOURCES = pt-attr.c pt-attr-destroy.c pt-attr-getdetachstate.c \
pt-cond-timedwait.c \
pt-stack-alloc.c \
pt-thread-alloc.c \
+ pt-thread-dealloc.c \
pt-thread-start.c \
pt-thread-halt.c \
pt-getconcurrency.c pt-setconcurrency.c \