powerpc: Add TLS and NPTL support
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / powerpc / pt-vfork.S
blob0225219d9ca3386ced5cae9efaa07816eb548242
1 #if defined __powerpc64__
2 # include "powerpc64/pt-vfork.S"
3 #else
4 # include "powerpc32/pt-vfork.S"
5 #endif