summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.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_getconcurrency.c
parentm68k/gen68360:Add per-section compilation and linking support (diff)
downloadrtems-16d5e3945313e008d45abe9b1956c33f8b17a3a4.tar.bz2
psxtests/psxhdrs patch (GCI 2018)
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c b/testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c
index dda472030e..179e526597 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_getconcurrency.c
@@ -1,16 +1,16 @@
-/**
- * @file
- * @brief pthread_getconcurrency() API Conformance Test
- */
+/*
+* @file
+* @brief pthread_getconcurrency() API Conformance Test
+*/
/*
- * COPYRIGHT (c) 2016.
- * 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"