diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c b/libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c index 9defac619..9149efe58 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c @@ -21,4 +21,4 @@ #define TLS_VALUE pd /* Get the real implementation. */ -#include <nptl/sysdeps/pthread/createthread.c> +#include <sysdeps/pthread/createthread.c> |