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