1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

NPTL is no longer an add-on!

This commit is contained in:
Roland McGrath
2014-07-07 09:29:06 -07:00
parent 08192659bb
commit f083450f45
31 changed files with 62 additions and 165 deletions

View File

@ -27,7 +27,7 @@
#include <ldsodefs.h>
#include <bits/stdio-lock.h>
#include <atomic.h>
#include <pthreadP.h>
#include <nptl/pthreadP.h>
#include <fork.h>
#include <arch-fork.h>