Home
last modified time | relevance | path

Searched refs:gotsig (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c55 volatile int gotsig; variable
68 gotsig = sig; in sighandler()
168 gotsig = 0; in test_memcpy()
174 if (gotsig) { in test_memcpy()
176 printf(" Got signal %i\n", gotsig); in test_memcpy()