summaryrefslogtreecommitdiff
path: root/mqueue
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@hackbox.linaro.org>2015-02-12 23:01:38 +0000
committerMilosz Wasilewski <milosz.wasilewski@hackbox.linaro.org>2015-02-12 23:01:38 +0000
commit751dc08e504621a230a1b556abdd2c660953708d (patch)
tree65251b14e4955cbf90ca265491ebb294c678e555 /mqueue
parent7cacbced47c26c3c082571e5f18126c51b0d05af (diff)
Update to commit: 5d8e7fb6916556e9b476de33404e8c9e2c9aee61HEADmaster
from repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git branch: master
Diffstat (limited to 'mqueue')
-rw-r--r--mqueue/mq_perf_tests.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mqueue/mq_perf_tests.c b/mqueue/mq_perf_tests.c
index 94dae65..8519e9e 100644
--- a/mqueue/mq_perf_tests.c
+++ b/mqueue/mq_perf_tests.c
@@ -536,10 +536,9 @@ int main(int argc, char *argv[])
{
struct mq_attr attr;
char *option, *next_option;
- int i, cpu;
+ int i, cpu, rc;
struct sigaction sa;
poptContext popt_context;
- char rc;
void *retval;
main_thread = pthread_self();