diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-06 11:18:17 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-06 11:18:17 +0100 |
commit | 170f647a4a0deab3d003db7c7e06fbbe795c83af (patch) | |
tree | 11c93b0d2b1580a35887ce0bf3c982d3e096ae2d | |
parent | 100a2df1686521605a784062ccda6a6b30c62deb (diff) |
Move headers to sysdeps so the normal sysdeps mechanism works
to cope with the removal of add-ons mechanism.
* include/pthread/pthread.h: rename to sysdeps/generic/pthread/pthread.h
* include/pthread/pthreadtypes.h: rename to
sysdeps/generic/pthread/pthreadtypes.h
* pthreadP.h: rename to sysdeps/pthread/pthreadP.h
-rw-r--r-- | sysdeps/generic/pthread/pthread.h (renamed from include/pthread/pthread.h) | 0 | ||||
-rw-r--r-- | sysdeps/generic/pthread/pthreadtypes.h (renamed from include/pthread/pthreadtypes.h) | 0 | ||||
-rw-r--r-- | sysdeps/pthread/pthreadP.h (renamed from pthreadP.h) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/include/pthread/pthread.h b/sysdeps/generic/pthread/pthread.h index ad34e5d..ad34e5d 100644 --- a/include/pthread/pthread.h +++ b/sysdeps/generic/pthread/pthread.h diff --git a/include/pthread/pthreadtypes.h b/sysdeps/generic/pthread/pthreadtypes.h index d8aed4d..d8aed4d 100644 --- a/include/pthread/pthreadtypes.h +++ b/sysdeps/generic/pthread/pthreadtypes.h diff --git a/pthreadP.h b/sysdeps/pthread/pthreadP.h index 97e3028..97e3028 100644 --- a/pthreadP.h +++ b/sysdeps/pthread/pthreadP.h |