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 /headers.m4 | |
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 'headers.m4')
-rw-r--r-- | headers.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # headers.m4 - Autoconf snippets to install links for header files. -# Copyright 2003 Free Software Foundation, Inc. +# Copyright 2003, 2008 Free Software Foundation, Inc. # Written by Marcus Brinkmann <marcus@gnu.org>. # # This file is free software; as a special exception the author gives @@ -30,7 +30,7 @@ AC_CONFIG_LINKS([ include/bits/thread-attr.h:libpthread/sysdeps/generic/bits/thread-attr.h include/bits/thread-barrier.h:libpthread/sysdeps/generic/bits/thread-barrier.h include/bits/thread-specific.h:libpthread/sysdeps/generic/bits/thread-specific.h - include/bits/pthread-np.h:libpthread/sysdeps/l4/bits/pthread-np.h + include/bits/pthread-np.h:libpthread/sysdeps/l4/hurd/bits/pthread-np.h include/semaphore.h:libpthread/include/semaphore.h include/bits/semaphore.h:libpthread/sysdeps/generic/bits/semaphore.h include/signal.h:libpthread/signal/signal.h |