libpthread_build
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 16 Jul 2018 20:23:13 +0000 (21:23 +0100)
committerAurelien Jarno <aurel32@debian.org>
Mon, 16 Jul 2018 20:23:13 +0000 (21:23 +0100)
===================================================================

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name libpthread_build.diff

libpthread/libc_pthread_init.c
libpthread/sysdeps/pthread/pthread-functions.h
sysdeps/libpthread/Makeconfig [new file with mode: 0644]
sysdeps/mach/hurd/Implies
sysdeps/mach/hurd/Subdirs
sysdeps/mach/hurd/i386/Implies

index afce1f7bad334825eda0598ad315567e37d0154b..eb6f41b595f85c95d4df911f8775a2c12c0168eb 100644 (file)
@@ -21,7 +21,6 @@
 #include <pthread-functions.h>
 
 void
-internal_function
 __libc_pthread_init (const struct pthread_functions *functions)
 {
 #ifdef SHARED
index f9e367c8db1cdf0b6ca411758a40df9013bc2331..0fc8968ca5b03468d0335eabed6748668d05b3c4 100644 (file)
@@ -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 (file)
index 0000000..6f8be25
--- /dev/null
@@ -0,0 +1 @@
+include $(..)libpthread/Makeconfig
index d2d5234c1fdf152213a28d3cbfa60850013a2a84..a296cc23a76a924613d55739f724ae11670ad0bf 100644 (file)
@@ -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
index 7a7757582af6ea5a158c8af60db7a8d1b48d76d2..5b95c2c3ae181d8e123cd87d35a1e8ea83718552 100644 (file)
@@ -7,3 +7,5 @@
 # way with more somewhat expensive `make' invocations.
 
 first hurd
+
+libpthread
index 94db5e92eff8c2ffd8447e7a4dfec7ce5d8d4e8c..bfecff6687b541d75e62fa31d0c3574e1d1b9583 100644 (file)
@@ -1 +1,3 @@
 mach/hurd/x86
+../libpthread/sysdeps/mach/hurd/i386
+../libpthread/sysdeps/i386