summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/clone.S
blob: 91c939e57d2931f8c4607d27b4fb4f713581307a (plain)
1
2
3
4
5
#if defined __powerpc64__
# include "powerpc64/clone.S"
#else
# include "powerpc32/clone.S"
#endif