/* * Trivial program to check that we have a valid 32-bit build environment. * Copyright (c) 2015 Andy Lutomirski * GPL v2 */ #ifndef __i386__ # error wrong architecture #endif #include int main() { printf("\n"); return 0; } href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/tools/testing/selftests/futex/functional/run.sh?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/futex/functional/run.sh')