summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps/powerpc/pspinlock.c
blob: bb88a06902eb8a29dcc6587f7e52a8f0b7c915c3 (plain)
1
2
3
4
5
6
7
8
#include <features.h>
#include <bits/wordsize.h>

#if __WORDSIZE == 32
# include "powerpc32/pspinlock.c"
#else
# include "powerpc64/pspinlock.c"
#endif