From: GNU Libc Maintainers Date: Fri, 9 Mar 2018 20:48:04 +0000 (+0000) Subject: libpthread_build X-Git-Tag: archive/raspbian/2.27-2+rpi1^2~108 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5cf270b305a753aea6c5ea5868a03878658847b1;p=glibc.git libpthread_build =================================================================== Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name libpthread_build.diff --- diff --git a/libpthread/libc_pthread_init.c b/libpthread/libc_pthread_init.c index afce1f7ba..eb6f41b59 100644 --- a/libpthread/libc_pthread_init.c +++ b/libpthread/libc_pthread_init.c @@ -21,7 +21,6 @@ #include void -internal_function __libc_pthread_init (const struct pthread_functions *functions) { #ifdef SHARED diff --git a/libpthread/sysdeps/pthread/pthread-functions.h b/libpthread/sysdeps/pthread/pthread-functions.h index f9e367c8d..0fc8968ca 100644 --- a/libpthread/sysdeps/pthread/pthread-functions.h +++ b/libpthread/sysdeps/pthread/pthread-functions.h @@ -133,7 +133,7 @@ struct pthread_functions 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 diff --git a/sysdeps/libpthread/Makeconfig b/sysdeps/libpthread/Makeconfig new file mode 100644 index 000000000..6f8be25a1 --- /dev/null +++ b/sysdeps/libpthread/Makeconfig @@ -0,0 +1 @@ +include $(..)libpthread/Makeconfig diff --git a/sysdeps/mach/hurd/Implies b/sysdeps/mach/hurd/Implies index d2d5234c1..a296cc23a 100644 --- a/sysdeps/mach/hurd/Implies +++ b/sysdeps/mach/hurd/Implies @@ -3,3 +3,9 @@ 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 diff --git a/sysdeps/mach/hurd/Subdirs b/sysdeps/mach/hurd/Subdirs index 7a7757582..5b95c2c3a 100644 --- a/sysdeps/mach/hurd/Subdirs +++ b/sysdeps/mach/hurd/Subdirs @@ -7,3 +7,5 @@ # way with more somewhat expensive `make' invocations. first hurd + +libpthread diff --git a/sysdeps/mach/hurd/i386/Implies b/sysdeps/mach/hurd/i386/Implies index 94db5e92e..bfecff668 100644 --- a/sysdeps/mach/hurd/i386/Implies +++ b/sysdeps/mach/hurd/i386/Implies @@ -1 +1,3 @@ mach/hurd/x86 +../libpthread/sysdeps/mach/hurd/i386 +../libpthread/sysdeps/i386