===================================================================
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name libpthread_build.diff
#include <pthread-functions.h>
void
-internal_function
__libc_pthread_init (const struct pthread_functions *functions)
{
#ifdef SHARED
extern struct pthread_functions __libc_pthread_functions attribute_hidden;
extern int __libc_pthread_functions_init attribute_hidden;
-void __libc_pthread_init (const struct pthread_functions *functions) internal_function;
+void __libc_pthread_init (const struct pthread_functions *functions);
# define PTHFCT_CALL(fct, params) \
__libc_pthread_functions.fct params
--- /dev/null
+include $(..)libpthread/Makeconfig
gnu
# The Hurd provides a rough superset of the functionality of 4.4 BSD.
unix/bsd
+libpthread
+../libpthread/sysdeps/mach/hurd
+../libpthread/sysdeps/hurd
+../libpthread/sysdeps/mach
+../libpthread/sysdeps/posix
+../libpthread/sysdeps/generic
# way with more somewhat expensive `make' invocations.
first hurd
+
+libpthread
mach/hurd/x86
+../libpthread/sysdeps/mach/hurd/i386
+../libpthread/sysdeps/i386