summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-22 23:26:51 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-22 23:26:51 +0100
commit733616d782505a538bc2df900fe211a4e5a68b54 (patch)
tree5805c127bfb11035981670cce0abb700bdecfca2 /sysdeps
parentc9d34d90c7f4c813386edeccf78a7a1ed2300145 (diff)
Move headers from generic/ to pthread/
So that the glibc makerules can find them instead of using the system ones. * sysdeps/generic/bits/barrier-attr.h: Move to... * sysdeps/pthread/bits/barrier-attr.: ... here. * sysdeps/generic/bits/barrier.h: Move to... * sysdeps/pthread/bits/barrier.: ... here. * sysdeps/generic/bits/cancelation.h: Move to... * sysdeps/pthread/bits/cancelation.: ... here. * sysdeps/generic/bits/condition-attr.h: Move to... * sysdeps/pthread/bits/condition-attr.: ... here. * sysdeps/generic/bits/condition.h: Move to... * sysdeps/pthread/bits/condition.: ... here. * sysdeps/generic/bits/mutex-attr.h: Move to... * sysdeps/pthread/bits/mutex-attr.: ... here. * sysdeps/generic/bits/mutex.h: Move to... * sysdeps/pthread/bits/mutex.: ... here. * sysdeps/generic/bits/once.h: Move to... * sysdeps/pthread/bits/once.: ... here. * sysdeps/generic/bits/pthread-np.h: Move to... * sysdeps/pthread/bits/pthread-np.: ... here. * sysdeps/generic/bits/pthread.h: Move to... * sysdeps/pthread/bits/pthread.: ... here. * sysdeps/generic/bits/pthreadtypes.h: Move to... * sysdeps/pthread/bits/pthreadtypes.: ... here. * sysdeps/generic/bits/rwlock-attr.h: Move to... * sysdeps/pthread/bits/rwlock-attr.: ... here. * sysdeps/generic/bits/rwlock.h: Move to... * sysdeps/pthread/bits/rwlock.: ... here. * sysdeps/generic/bits/semaphore.h: Move to... * sysdeps/pthread/bits/semaphore.: ... here. * sysdeps/generic/bits/thread-attr.h: Move to... * sysdeps/pthread/bits/thread-attr.: ... here. * sysdeps/generic/bits/thread-specific.h: Move to... * sysdeps/pthread/bits/thread-specific.: ... here.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/pthread/bits/barrier-attr.h (renamed from sysdeps/generic/bits/barrier-attr.h)0
-rw-r--r--sysdeps/pthread/bits/barrier.h (renamed from sysdeps/generic/bits/barrier.h)0
-rw-r--r--sysdeps/pthread/bits/cancelation.h (renamed from sysdeps/generic/bits/cancelation.h)0
-rw-r--r--sysdeps/pthread/bits/condition-attr.h (renamed from sysdeps/generic/bits/condition-attr.h)0
-rw-r--r--sysdeps/pthread/bits/condition.h (renamed from sysdeps/generic/bits/condition.h)0
-rw-r--r--sysdeps/pthread/bits/mutex-attr.h (renamed from sysdeps/generic/bits/mutex-attr.h)0
-rw-r--r--sysdeps/pthread/bits/mutex.h (renamed from sysdeps/generic/bits/mutex.h)0
-rw-r--r--sysdeps/pthread/bits/once.h (renamed from sysdeps/generic/bits/once.h)0
-rw-r--r--sysdeps/pthread/bits/pthread-np.h (renamed from sysdeps/generic/bits/pthread-np.h)0
-rw-r--r--sysdeps/pthread/bits/pthread.h (renamed from sysdeps/generic/bits/pthread.h)0
-rw-r--r--sysdeps/pthread/bits/pthreadtypes.h (renamed from sysdeps/generic/bits/pthreadtypes.h)0
-rw-r--r--sysdeps/pthread/bits/rwlock-attr.h (renamed from sysdeps/generic/bits/rwlock-attr.h)0
-rw-r--r--sysdeps/pthread/bits/rwlock.h (renamed from sysdeps/generic/bits/rwlock.h)0
-rw-r--r--sysdeps/pthread/bits/semaphore.h (renamed from sysdeps/generic/bits/semaphore.h)0
-rw-r--r--sysdeps/pthread/bits/thread-attr.h (renamed from sysdeps/generic/bits/thread-attr.h)0
-rw-r--r--sysdeps/pthread/bits/thread-specific.h (renamed from sysdeps/generic/bits/thread-specific.h)0
16 files changed, 0 insertions, 0 deletions
diff --git a/sysdeps/generic/bits/barrier-attr.h b/sysdeps/pthread/bits/barrier-attr.h
index 7734069..7734069 100644
--- a/sysdeps/generic/bits/barrier-attr.h
+++ b/sysdeps/pthread/bits/barrier-attr.h
diff --git a/sysdeps/generic/bits/barrier.h b/sysdeps/pthread/bits/barrier.h
index dabe86f..dabe86f 100644
--- a/sysdeps/generic/bits/barrier.h
+++ b/sysdeps/pthread/bits/barrier.h
diff --git a/sysdeps/generic/bits/cancelation.h b/sysdeps/pthread/bits/cancelation.h
index 1ed16c6..1ed16c6 100644
--- a/sysdeps/generic/bits/cancelation.h
+++ b/sysdeps/pthread/bits/cancelation.h
diff --git a/sysdeps/generic/bits/condition-attr.h b/sysdeps/pthread/bits/condition-attr.h
index 19c92bb..19c92bb 100644
--- a/sysdeps/generic/bits/condition-attr.h
+++ b/sysdeps/pthread/bits/condition-attr.h
diff --git a/sysdeps/generic/bits/condition.h b/sysdeps/pthread/bits/condition.h
index bf13ada..bf13ada 100644
--- a/sysdeps/generic/bits/condition.h
+++ b/sysdeps/pthread/bits/condition.h
diff --git a/sysdeps/generic/bits/mutex-attr.h b/sysdeps/pthread/bits/mutex-attr.h
index f3d0752..f3d0752 100644
--- a/sysdeps/generic/bits/mutex-attr.h
+++ b/sysdeps/pthread/bits/mutex-attr.h
diff --git a/sysdeps/generic/bits/mutex.h b/sysdeps/pthread/bits/mutex.h
index 3120237..3120237 100644
--- a/sysdeps/generic/bits/mutex.h
+++ b/sysdeps/pthread/bits/mutex.h
diff --git a/sysdeps/generic/bits/once.h b/sysdeps/pthread/bits/once.h
index 05895b9..05895b9 100644
--- a/sysdeps/generic/bits/once.h
+++ b/sysdeps/pthread/bits/once.h
diff --git a/sysdeps/generic/bits/pthread-np.h b/sysdeps/pthread/bits/pthread-np.h
index d5ddbb0..d5ddbb0 100644
--- a/sysdeps/generic/bits/pthread-np.h
+++ b/sysdeps/pthread/bits/pthread-np.h
diff --git a/sysdeps/generic/bits/pthread.h b/sysdeps/pthread/bits/pthread.h
index 80e6b09..80e6b09 100644
--- a/sysdeps/generic/bits/pthread.h
+++ b/sysdeps/pthread/bits/pthread.h
diff --git a/sysdeps/generic/bits/pthreadtypes.h b/sysdeps/pthread/bits/pthreadtypes.h
index 70368ff..70368ff 100644
--- a/sysdeps/generic/bits/pthreadtypes.h
+++ b/sysdeps/pthread/bits/pthreadtypes.h
diff --git a/sysdeps/generic/bits/rwlock-attr.h b/sysdeps/pthread/bits/rwlock-attr.h
index e78b91e..e78b91e 100644
--- a/sysdeps/generic/bits/rwlock-attr.h
+++ b/sysdeps/pthread/bits/rwlock-attr.h
diff --git a/sysdeps/generic/bits/rwlock.h b/sysdeps/pthread/bits/rwlock.h
index bc27726..bc27726 100644
--- a/sysdeps/generic/bits/rwlock.h
+++ b/sysdeps/pthread/bits/rwlock.h
diff --git a/sysdeps/generic/bits/semaphore.h b/sysdeps/pthread/bits/semaphore.h
index 5e987c1..5e987c1 100644
--- a/sysdeps/generic/bits/semaphore.h
+++ b/sysdeps/pthread/bits/semaphore.h
diff --git a/sysdeps/generic/bits/thread-attr.h b/sysdeps/pthread/bits/thread-attr.h
index d9456b0..d9456b0 100644
--- a/sysdeps/generic/bits/thread-attr.h
+++ b/sysdeps/pthread/bits/thread-attr.h
diff --git a/sysdeps/generic/bits/thread-specific.h b/sysdeps/pthread/bits/thread-specific.h
index b42d99e..b42d99e 100644
--- a/sysdeps/generic/bits/thread-specific.h
+++ b/sysdeps/pthread/bits/thread-specific.h