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