summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
diff options
context:
space:
mode:
authorABR290B <abhimanyuraghuvanshi29@gmail.com>2018-11-25 01:41:50 +0530
committerJoel Sherrill <joel@rtems.org>2018-11-25 09:36:41 -0600
commit16d5e3945313e008d45abe9b1956c33f8b17a3a4 (patch)
tree9bdee7ed34d1ad1e68323d01402e30ea61514b61 /testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
parentm68k/gen68360:Add per-section compilation and linking support (diff)
downloadrtems-16d5e3945313e008d45abe9b1956c33f8b17a3a4.tar.bz2
psxtests/psxhdrs patch (GCI 2018)
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c b/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
index d562b78a1d..22406c31ac 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
@@ -1,16 +1,16 @@
/*
- * This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
+* @file
+* @brief pthread_testcancel() API Conformance Test
+*/
/*
- * COPYRIGHT (c) 1989-2009.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
+* COPYRIGHT (c) 1989-2009.
+* On-Line Applications Research Corporation (OAR).
+*
+* The license and distribution terms for this file may be
+* found in the file LICENSE in this distribution or at
+* http://www.rtems.org/license/LICENSE.
+*/
#ifdef HAVE_CONFIG_H
#include "config.h"