tests: add descriptions to prctl-pdeathsig and prctl-tsc tests

This commit is contained in:
Eugene Syromyatnikov
2016-12-06 22:12:35 +03:00
committed by Dmitry V. Levin
parent a2633e4a59
commit d679dcd6aa
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/*
* Check decoding of prctl PR_GET_PDEATHSIG/PR_SET_PDEATHSIG operations.
*
* Copyright (c) 2016 JingPiao Chen <chenjingpiao@foxmail.com>
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
* All rights reserved.

View File

@ -1,4 +1,6 @@
/*
* Check decoding of prctl PR_GET_TSC/PR_SET_TSC operations.
*
* Copyright (c) 2016 JingPiao Chen <chenjingpiao@foxmail.com>
* Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com
* All rights reserved.