diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-07 09:29:06 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-07-07 09:29:06 -0700 |
commit | f083450f45f580bf33fa345ddadb897dc85d78e8 (patch) | |
tree | 097dde3e3e42b0921bf778be8b1f52d2376756ef /sysdeps/nptl/librt-cancellation.c | |
parent | 08192659bbeae149e7cb1f4c43547257f7099bb0 (diff) | |
download | glibc-f083450f45f580bf33fa345ddadb897dc85d78e8.tar.gz glibc-f083450f45f580bf33fa345ddadb897dc85d78e8.tar.xz glibc-f083450f45f580bf33fa345ddadb897dc85d78e8.zip |
NPTL is no longer an add-on!
Diffstat (limited to 'sysdeps/nptl/librt-cancellation.c')
-rw-r--r-- | sysdeps/nptl/librt-cancellation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/librt-cancellation.c b/sysdeps/nptl/librt-cancellation.c index e512929fbe..c0258baa99 100644 --- a/sysdeps/nptl/librt-cancellation.c +++ b/sysdeps/nptl/librt-cancellation.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include "pthreadP.h" +#include <nptl/pthreadP.h> #define __pthread_enable_asynccancel __librt_enable_asynccancel |