From d679dcd6aafd059b2a8d500ea8bad8889592a330 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Tue, 6 Dec 2016 22:12:35 +0300 Subject: [PATCH] tests: add descriptions to prctl-pdeathsig and prctl-tsc tests --- tests/prctl-pdeathsig.c | 2 ++ tests/prctl-tsc.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/prctl-pdeathsig.c b/tests/prctl-pdeathsig.c index eb6c59e4..a2143c28 100644 --- a/tests/prctl-pdeathsig.c +++ b/tests/prctl-pdeathsig.c @@ -1,4 +1,6 @@ /* + * Check decoding of prctl PR_GET_PDEATHSIG/PR_SET_PDEATHSIG operations. + * * Copyright (c) 2016 JingPiao Chen * Copyright (c) 2016 Eugene Syromyatnikov * All rights reserved. diff --git a/tests/prctl-tsc.c b/tests/prctl-tsc.c index 47771199..629b5910 100644 --- a/tests/prctl-tsc.c +++ b/tests/prctl-tsc.c @@ -1,4 +1,6 @@ /* + * Check decoding of prctl PR_GET_TSC/PR_SET_TSC operations. + * * Copyright (c) 2016 JingPiao Chen * Copyright (c) 2016 Eugene Syromyatnikov