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