diff options
author | Neal H. Walfield <neal@gnu.org> | 2008-05-21 14:09:11 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-04-07 23:15:48 +0200 |
commit | b80d473696a1664926a10af0f473237cde1c1cdb (patch) | |
tree | 17d04049fb5eba7bb2adb996e5403d01d4b039be /Makefile.am | |
parent | 011bbc0bd66bfee2d479bad9ed1f971514e462ef (diff) |
2008-05-21 Neal H. Walfield <neal@gnu.org>
* sysdeps/l4/hurd/bits/pthread-np.h: New file.
* headers.m4: Don't link include/bits/pthread-np.h to
libpthread/sysdeps/l4/bits/pthread-np.h but to
libpthread/sysdeps/l4/hurd/bits/pthread-np.h.
* include/pthread/pthread.h: Include <bits/pthread-np.h>.
* sysdeps/l4/hurd/pt-setactivity-np.c (pthread_setactivity_np):
New file.
* Makefile.am (libpthread_a_SOURCES): Add pt-setactivity-np.c.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 89f4f297..0dae132a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,6 +133,8 @@ libpthread_a_SOURCES = pt-attr.c pt-attr-destroy.c pt-attr-getdetachstate.c \ sem-destroy.c sem-open.c sem-trywait.c sem-getvalue.c \ sem-post.c sem-unlink.c \ \ + pt-setactivity-np.c \ + \ kill.c \ killpg.c \ pt-kill-siginfo-np.c \ |