summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-11-14 17:30:57 -0600
committerJoel Sherrill <joel@rtems.org>2018-11-14 17:32:01 -0600
commit68c8a197a7673fe85ad009efa5516036ef860d03 (patch)
tree6579d5111565a81f1685eb15b222af711d8db43f
parentbsp/tms570: correct baudrate calculation. (diff)
downloadrtems-68c8a197a7673fe85ad009efa5516036ef860d03.tar.bz2
testsuites/psxtests/psxhdrs: Fix comment so copyright block is separate
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_create.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_detach.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_equal.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_exit.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_join.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_once.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_self.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c4
-rw-r--r--testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sched/sched_getparam.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sched/sched_setparam.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sched/sched_yield.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/raise.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/signal.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/sigpending.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/sigprocmask.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/sigsuspend.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/sigtimedwait.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/sigwait.c4
-rw-r--r--testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c4
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/mlock.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/mlockall.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/mmap.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/mprotect.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/msync.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/munlock.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/munlockall.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/munmap.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/posix_madvise.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/shm_open.c10
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c10
-rw-r--r--testsuites/psxtests/psxhdrs/time/asctime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/asctime_r.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/clock.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/clock_getres.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/clock_gettime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/clock_nanosleep.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/clock_settime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/ctime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/ctime_r.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/difftime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/gmtime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/gmtime_r.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/localtime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/localtime_r.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/mktime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/nanosleep.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/strftime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/time.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/timer_create.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/timer_delete.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/timer_getoverrun.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/timer_gettime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/time/timer_settime.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/alarm.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/fdatasync.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/fsync.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getegid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/geteuid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getgid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getgroups.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getlogin.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getlogin_r.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getpgrp.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getpid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getppid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/getuid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/pause.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/setgid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/setgroups.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/setpgid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/setsid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/setuid.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/sleep.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/sync.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/ualarm.c4
-rw-r--r--testsuites/psxtests/psxhdrs/unistd/usleep.c4
140 files changed, 442 insertions, 184 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c
index 05a0fedb08..9d485dcd5e 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_destroy.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c
index 55164ebe73..8e5e9475fe 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getdetachstate.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
index 1380b3b9db..b868a425ba 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getguardsize.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c
index df73441d28..13d52cfec8 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getinheritsched.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c
index b44f73073b..73f7a3c5a0 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedparam.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c
index e2a34b7aa6..2ca03d7a78 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getschedpolicy.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c
index f32137c849..871dfd7080 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getscope.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
index b0bfcdf237..bf0aeb8bca 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstack.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c
index 0e84c5844a..9c52f0699d 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstackaddr.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c
index bd9cdff8e3..f86d5533a2 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_getstacksize.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c
index d0fb6cb5ee..b5129d9c4e 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_init.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c
index c752d4e935..40f84df96f 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setdetachstate.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c
index c4233f25c8..f79aa14672 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setguardsize.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c
index b82c10be37..fabd960ecf 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setinheritsched.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c
index 0454e8b60c..13cacc8f23 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedparam.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c
index 519010e6e4..6ab67572c3 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setschedpolicy.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c
index 9372758c2a..4adbbc893a 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setscope.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c
index 33d21237cd..0527853dc4 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstack.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c
index 661826f86b..966bf45f97 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstackaddr.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c
index 4a12266e6a..9d693ef2a5 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_attr_setstacksize.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c b/testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c
index 287f394589..4adc88a78e 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_cancel.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c b/testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c
index 647b469b5c..6400c70d4c 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_cleanup.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c
index 6ba0c92149..ae44545937 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_broadcast.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c
index 2beef01f04..cb9d2b3e34 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_destroy.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c
index 9a83d83bf8..a291fd60f4 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_init.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c
index 57c83361dc..39048abe72 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_signal.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c
index c8f6183252..98b2617069 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_timedwait.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c
index d9ab134eba..5b7e5c3de1 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_cond_wait.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c b/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c
index 5575f9b594..53cee6f6a3 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_destroy.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c b/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c
index 74139d57de..6e682fcadb 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_getpshared.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c b/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c
index e4f71db621..22d022f53e 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_init.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c b/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c
index db2b18d263..2ed9169dbf 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_condattr_setpshared.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_create.c b/testsuites/psxtests/psxhdrs/pthread/pthread_create.c
index 516d94bb34..5922e1f743 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_create.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_create.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_detach.c b/testsuites/psxtests/psxhdrs/pthread/pthread_detach.c
index 4b75eac362..eacc37e93e 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_detach.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_detach.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_equal.c b/testsuites/psxtests/psxhdrs/pthread/pthread_equal.c
index 4e9fca919e..f7bdc4d3c8 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_equal.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_equal.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_exit.c b/testsuites/psxtests/psxhdrs/pthread/pthread_exit.c
index 2a68a9f6ef..992629c27e 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_exit.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_exit.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c b/testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c
index bf1dd33e09..2796a1271c 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_getcpuclockid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c b/testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c
index 122a100e22..47089ca37d 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_getschedparam.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c b/testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c
index 3be0373978..f5253b11f6 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_getspecific.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_join.c b/testsuites/psxtests/psxhdrs/pthread/pthread_join.c
index 69040c46f8..02c9d38ebe 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_join.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_join.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c b/testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c
index 70322328af..245674a6a9 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_key_create.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c b/testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c
index c6c1c34dd3..c5323ee2f2 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_key_delete.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c
index c577ab1c09..3528e06b17 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_destroy.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c
index 51a78b552b..620734f911 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_getprioceiling.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c
index b59c3f6d37..02e5963d88 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_init.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c
index 0a416f2d90..e5fe8c2ea2 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_lock.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c
index 754068acdd..f6feb81fa2 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_setprioceiling.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c
index 4fbe812157..61467bf046 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_timedlock.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c
index b0f517c658..d740cacec7 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_trylock.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c
index fff3f84d00..33cdd9ef31 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutex_unlock.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c
index 3b2e072563..62893b6bff 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_destroy.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c
index 20327de527..d458336ccc 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprioceiling.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c
index a72c966dbb..4b8bc502f7 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getprotocol.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c
index a85d37047a..1bd440ec34 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_getpshared.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c
index 73790f2019..0ac6ccab92 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_init.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c
index 31cf69f438..1f1faa757c 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprioceiling.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c
index f8cc0cd5a4..586fc2f76d 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setprotocol.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c
index 1a3b8e9e5e..cd8b40ac2f 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_mutexattr_setpshared.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_once.c b/testsuites/psxtests/psxhdrs/pthread/pthread_once.c
index a4355e461d..c9c087f1ae 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_once.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_once.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_self.c b/testsuites/psxtests/psxhdrs/pthread/pthread_self.c
index 84c1d0cc03..42aa1e5fb0 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_self.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_self.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c b/testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c
index 816908394a..274cf2a1c3 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_setcancelstate.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c b/testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c
index f1e0adeaa4..2a6e36838f 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_setcanceltype.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c b/testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c
index 50cd98a815..6bc7d1f735 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_setschedparam.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c b/testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c
index c82992954c..ebce3dbbb5 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_setspecific.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c b/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
index ef07bf9ab1..d562b78a1d 100644
--- a/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
+++ b/testsuites/psxtests/psxhdrs/pthread/pthread_testcancel.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c b/testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c
index c1546e372f..1180af5af0 100644
--- a/testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c
+++ b/testsuites/psxtests/psxhdrs/sched/sched_get_priority_max.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c b/testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c
index fbf4e09958..f9cabaf95c 100644
--- a/testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c
+++ b/testsuites/psxtests/psxhdrs/sched/sched_get_priority_min.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sched/sched_getparam.c b/testsuites/psxtests/psxhdrs/sched/sched_getparam.c
index 6814410744..00a9a81656 100644
--- a/testsuites/psxtests/psxhdrs/sched/sched_getparam.c
+++ b/testsuites/psxtests/psxhdrs/sched/sched_getparam.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c b/testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c
index 37d6b47397..111597d70f 100644
--- a/testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c
+++ b/testsuites/psxtests/psxhdrs/sched/sched_getscheduler.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c b/testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c
index 5f2bd75f27..6fe2a1b22d 100644
--- a/testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c
+++ b/testsuites/psxtests/psxhdrs/sched/sched_rr_get_interval.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sched/sched_setparam.c b/testsuites/psxtests/psxhdrs/sched/sched_setparam.c
index c703369098..f653d228b7 100644
--- a/testsuites/psxtests/psxhdrs/sched/sched_setparam.c
+++ b/testsuites/psxtests/psxhdrs/sched/sched_setparam.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c b/testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c
index 3e1ecacd5e..54bfbb8f28 100644
--- a/testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c
+++ b/testsuites/psxtests/psxhdrs/sched/sched_setscheduler.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sched/sched_yield.c b/testsuites/psxtests/psxhdrs/sched/sched_yield.c
index cb50fa1c69..0f2ac9200d 100644
--- a/testsuites/psxtests/psxhdrs/sched/sched_yield.c
+++ b/testsuites/psxtests/psxhdrs/sched/sched_yield.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c b/testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c
index 7a25895b23..2820038d16 100644
--- a/testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c
+++ b/testsuites/psxtests/psxhdrs/signal/pthread_sigmask.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/raise.c b/testsuites/psxtests/psxhdrs/signal/raise.c
index bae84d06a2..d504de881d 100644
--- a/testsuites/psxtests/psxhdrs/signal/raise.c
+++ b/testsuites/psxtests/psxhdrs/signal/raise.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/signal.c b/testsuites/psxtests/psxhdrs/signal/signal.c
index 266f50fa39..8985ee9647 100644
--- a/testsuites/psxtests/psxhdrs/signal/signal.c
+++ b/testsuites/psxtests/psxhdrs/signal/signal.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/sigpending.c b/testsuites/psxtests/psxhdrs/signal/sigpending.c
index 16d4cf7404..abe00ad25c 100644
--- a/testsuites/psxtests/psxhdrs/signal/sigpending.c
+++ b/testsuites/psxtests/psxhdrs/signal/sigpending.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/sigprocmask.c b/testsuites/psxtests/psxhdrs/signal/sigprocmask.c
index 0c4a93cd30..f020395f5c 100644
--- a/testsuites/psxtests/psxhdrs/signal/sigprocmask.c
+++ b/testsuites/psxtests/psxhdrs/signal/sigprocmask.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/sigsuspend.c b/testsuites/psxtests/psxhdrs/signal/sigsuspend.c
index 635d2ef013..b4204af143 100644
--- a/testsuites/psxtests/psxhdrs/signal/sigsuspend.c
+++ b/testsuites/psxtests/psxhdrs/signal/sigsuspend.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/sigtimedwait.c b/testsuites/psxtests/psxhdrs/signal/sigtimedwait.c
index ca2eee72f9..dce7c974af 100644
--- a/testsuites/psxtests/psxhdrs/signal/sigtimedwait.c
+++ b/testsuites/psxtests/psxhdrs/signal/sigtimedwait.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/sigwait.c b/testsuites/psxtests/psxhdrs/signal/sigwait.c
index 16050e88bd..f007005b2a 100644
--- a/testsuites/psxtests/psxhdrs/signal/sigwait.c
+++ b/testsuites/psxtests/psxhdrs/signal/sigwait.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c b/testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c
index d6e64d7b20..836b1ba0fc 100644
--- a/testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c
+++ b/testsuites/psxtests/psxhdrs/signal/sigwaitinfo.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/mlock.c b/testsuites/psxtests/psxhdrs/sys/mman/mlock.c
index 1f7d7b5aee..04c392ee80 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/mlock.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/mlock.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/mlockall.c b/testsuites/psxtests/psxhdrs/sys/mman/mlockall.c
index 023c0a40ba..12dbd83ab8 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/mlockall.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/mlockall.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/mmap.c b/testsuites/psxtests/psxhdrs/sys/mman/mmap.c
index 761320042a..8426b12855 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/mmap.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/mmap.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/mprotect.c b/testsuites/psxtests/psxhdrs/sys/mman/mprotect.c
index 8b6f423729..5503c94bd2 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/mprotect.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/mprotect.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/msync.c b/testsuites/psxtests/psxhdrs/sys/mman/msync.c
index c22f145ff2..4cd239a2b8 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/msync.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/msync.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/munlock.c b/testsuites/psxtests/psxhdrs/sys/mman/munlock.c
index df901e1183..42af198fa9 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/munlock.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/munlock.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/munlockall.c b/testsuites/psxtests/psxhdrs/sys/mman/munlockall.c
index 2f88ae5b61..4b8294302d 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/munlockall.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/munlockall.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/munmap.c b/testsuites/psxtests/psxhdrs/sys/mman/munmap.c
index 253230a1ac..1c42973a9f 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/munmap.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/munmap.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/posix_madvise.c b/testsuites/psxtests/psxhdrs/sys/mman/posix_madvise.c
index 59b7d1a043..3457973a3e 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/posix_madvise.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/posix_madvise.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/shm_open.c b/testsuites/psxtests/psxhdrs/sys/mman/shm_open.c
index 8db76102cc..c44ded4abd 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/shm_open.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/shm_open.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c b/testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c
index 182f796cee..3d1b9bb463 100644
--- a/testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c
+++ b/testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c
@@ -1,4 +1,9 @@
/*
+ * This test file is used to verify that the header files associated with
+ * invoking this function are correct.
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
@@ -6,11 +11,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/* This test file is used to verify that the header files associated with
- * invoking this function are correct.
- */
-
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtests/psxhdrs/time/asctime.c b/testsuites/psxtests/psxhdrs/time/asctime.c
index 201bac0c7f..1145fc9936 100644
--- a/testsuites/psxtests/psxhdrs/time/asctime.c
+++ b/testsuites/psxtests/psxhdrs/time/asctime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/asctime_r.c b/testsuites/psxtests/psxhdrs/time/asctime_r.c
index 574795ca1d..609709b223 100644
--- a/testsuites/psxtests/psxhdrs/time/asctime_r.c
+++ b/testsuites/psxtests/psxhdrs/time/asctime_r.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/clock.c b/testsuites/psxtests/psxhdrs/time/clock.c
index 3f7a50dc13..de836968e0 100644
--- a/testsuites/psxtests/psxhdrs/time/clock.c
+++ b/testsuites/psxtests/psxhdrs/time/clock.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c b/testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c
index 066912e9b8..b15210ebc4 100644
--- a/testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c
+++ b/testsuites/psxtests/psxhdrs/time/clock_getcpuclockid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/clock_getres.c b/testsuites/psxtests/psxhdrs/time/clock_getres.c
index d298aec9fd..9e11405d73 100644
--- a/testsuites/psxtests/psxhdrs/time/clock_getres.c
+++ b/testsuites/psxtests/psxhdrs/time/clock_getres.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/clock_gettime.c b/testsuites/psxtests/psxhdrs/time/clock_gettime.c
index a12f0247d5..c45141ab78 100644
--- a/testsuites/psxtests/psxhdrs/time/clock_gettime.c
+++ b/testsuites/psxtests/psxhdrs/time/clock_gettime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/clock_nanosleep.c b/testsuites/psxtests/psxhdrs/time/clock_nanosleep.c
index d13100df15..1c0fe0b496 100644
--- a/testsuites/psxtests/psxhdrs/time/clock_nanosleep.c
+++ b/testsuites/psxtests/psxhdrs/time/clock_nanosleep.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* Copyright (c) 2016 Gedare Bloom.
*
* The license and distribution terms for this file may be
diff --git a/testsuites/psxtests/psxhdrs/time/clock_settime.c b/testsuites/psxtests/psxhdrs/time/clock_settime.c
index 49a713d449..f81a148f89 100644
--- a/testsuites/psxtests/psxhdrs/time/clock_settime.c
+++ b/testsuites/psxtests/psxhdrs/time/clock_settime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/ctime.c b/testsuites/psxtests/psxhdrs/time/ctime.c
index 7091a66d16..bc22186d2c 100644
--- a/testsuites/psxtests/psxhdrs/time/ctime.c
+++ b/testsuites/psxtests/psxhdrs/time/ctime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/ctime_r.c b/testsuites/psxtests/psxhdrs/time/ctime_r.c
index 2f9156fb4f..b28f185d34 100644
--- a/testsuites/psxtests/psxhdrs/time/ctime_r.c
+++ b/testsuites/psxtests/psxhdrs/time/ctime_r.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/difftime.c b/testsuites/psxtests/psxhdrs/time/difftime.c
index 7bc58c1e2a..59d7ec9214 100644
--- a/testsuites/psxtests/psxhdrs/time/difftime.c
+++ b/testsuites/psxtests/psxhdrs/time/difftime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/gmtime.c b/testsuites/psxtests/psxhdrs/time/gmtime.c
index 229ba12734..6f9160175b 100644
--- a/testsuites/psxtests/psxhdrs/time/gmtime.c
+++ b/testsuites/psxtests/psxhdrs/time/gmtime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/gmtime_r.c b/testsuites/psxtests/psxhdrs/time/gmtime_r.c
index 19a94a1317..4b3a53c980 100644
--- a/testsuites/psxtests/psxhdrs/time/gmtime_r.c
+++ b/testsuites/psxtests/psxhdrs/time/gmtime_r.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/localtime.c b/testsuites/psxtests/psxhdrs/time/localtime.c
index 0504829cd1..be6a5fd117 100644
--- a/testsuites/psxtests/psxhdrs/time/localtime.c
+++ b/testsuites/psxtests/psxhdrs/time/localtime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/localtime_r.c b/testsuites/psxtests/psxhdrs/time/localtime_r.c
index 340a2757f6..19bb6917f7 100644
--- a/testsuites/psxtests/psxhdrs/time/localtime_r.c
+++ b/testsuites/psxtests/psxhdrs/time/localtime_r.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/mktime.c b/testsuites/psxtests/psxhdrs/time/mktime.c
index 56b835fc8a..c8654b813c 100644
--- a/testsuites/psxtests/psxhdrs/time/mktime.c
+++ b/testsuites/psxtests/psxhdrs/time/mktime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/nanosleep.c b/testsuites/psxtests/psxhdrs/time/nanosleep.c
index bd8bb1ed34..ef41e67c87 100644
--- a/testsuites/psxtests/psxhdrs/time/nanosleep.c
+++ b/testsuites/psxtests/psxhdrs/time/nanosleep.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/strftime.c b/testsuites/psxtests/psxhdrs/time/strftime.c
index 20b5922b41..5c456ca079 100644
--- a/testsuites/psxtests/psxhdrs/time/strftime.c
+++ b/testsuites/psxtests/psxhdrs/time/strftime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/time.c b/testsuites/psxtests/psxhdrs/time/time.c
index c12e09ebf2..a940748b43 100644
--- a/testsuites/psxtests/psxhdrs/time/time.c
+++ b/testsuites/psxtests/psxhdrs/time/time.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/timer_create.c b/testsuites/psxtests/psxhdrs/time/timer_create.c
index b60c819420..7291b97c09 100644
--- a/testsuites/psxtests/psxhdrs/time/timer_create.c
+++ b/testsuites/psxtests/psxhdrs/time/timer_create.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/timer_delete.c b/testsuites/psxtests/psxhdrs/time/timer_delete.c
index 0a95e29139..f64c8a2f09 100644
--- a/testsuites/psxtests/psxhdrs/time/timer_delete.c
+++ b/testsuites/psxtests/psxhdrs/time/timer_delete.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/timer_getoverrun.c b/testsuites/psxtests/psxhdrs/time/timer_getoverrun.c
index 1bb9b1a887..d5808b4844 100644
--- a/testsuites/psxtests/psxhdrs/time/timer_getoverrun.c
+++ b/testsuites/psxtests/psxhdrs/time/timer_getoverrun.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/timer_gettime.c b/testsuites/psxtests/psxhdrs/time/timer_gettime.c
index ee265743c0..b722daf13f 100644
--- a/testsuites/psxtests/psxhdrs/time/timer_gettime.c
+++ b/testsuites/psxtests/psxhdrs/time/timer_gettime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/time/timer_settime.c b/testsuites/psxtests/psxhdrs/time/timer_settime.c
index d5981f7bca..99b13267d3 100644
--- a/testsuites/psxtests/psxhdrs/time/timer_settime.c
+++ b/testsuites/psxtests/psxhdrs/time/timer_settime.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/alarm.c b/testsuites/psxtests/psxhdrs/unistd/alarm.c
index 7ca0e3cae7..7bafabddbb 100644
--- a/testsuites/psxtests/psxhdrs/unistd/alarm.c
+++ b/testsuites/psxtests/psxhdrs/unistd/alarm.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/fdatasync.c b/testsuites/psxtests/psxhdrs/unistd/fdatasync.c
index 4a0f9a503d..8d1900b9e7 100644
--- a/testsuites/psxtests/psxhdrs/unistd/fdatasync.c
+++ b/testsuites/psxtests/psxhdrs/unistd/fdatasync.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/fsync.c b/testsuites/psxtests/psxhdrs/unistd/fsync.c
index 188a91e5e0..f7ef722bfb 100644
--- a/testsuites/psxtests/psxhdrs/unistd/fsync.c
+++ b/testsuites/psxtests/psxhdrs/unistd/fsync.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getegid.c b/testsuites/psxtests/psxhdrs/unistd/getegid.c
index c4698badeb..1626223c90 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getegid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getegid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/geteuid.c b/testsuites/psxtests/psxhdrs/unistd/geteuid.c
index beffd5ae6c..a580ecf18a 100644
--- a/testsuites/psxtests/psxhdrs/unistd/geteuid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/geteuid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getgid.c b/testsuites/psxtests/psxhdrs/unistd/getgid.c
index 515c7144a4..6f0d9328be 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getgid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getgid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getgroups.c b/testsuites/psxtests/psxhdrs/unistd/getgroups.c
index 4402251914..6101e2aa0c 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getgroups.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getgroups.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getlogin.c b/testsuites/psxtests/psxhdrs/unistd/getlogin.c
index e7ace225e7..6646461751 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getlogin.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getlogin.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getlogin_r.c b/testsuites/psxtests/psxhdrs/unistd/getlogin_r.c
index 78d6de1d05..587206e44c 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getlogin_r.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getlogin_r.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getpgrp.c b/testsuites/psxtests/psxhdrs/unistd/getpgrp.c
index fc11fe2171..22d1cc5d2c 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getpgrp.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getpgrp.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getpid.c b/testsuites/psxtests/psxhdrs/unistd/getpid.c
index 67505c6fe7..f46bbff2ad 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getpid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getpid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getppid.c b/testsuites/psxtests/psxhdrs/unistd/getppid.c
index 1ac195208f..2be588847c 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getppid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getppid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/getuid.c b/testsuites/psxtests/psxhdrs/unistd/getuid.c
index 7a08340e83..e06b407232 100644
--- a/testsuites/psxtests/psxhdrs/unistd/getuid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/getuid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/pause.c b/testsuites/psxtests/psxhdrs/unistd/pause.c
index 643be398cf..47898bce0e 100644
--- a/testsuites/psxtests/psxhdrs/unistd/pause.c
+++ b/testsuites/psxtests/psxhdrs/unistd/pause.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/setgid.c b/testsuites/psxtests/psxhdrs/unistd/setgid.c
index ac3be6af96..5a3a984d2e 100644
--- a/testsuites/psxtests/psxhdrs/unistd/setgid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/setgid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/setgroups.c b/testsuites/psxtests/psxhdrs/unistd/setgroups.c
index e8b87ab54e..ae1fedfa2a 100644
--- a/testsuites/psxtests/psxhdrs/unistd/setgroups.c
+++ b/testsuites/psxtests/psxhdrs/unistd/setgroups.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/setpgid.c b/testsuites/psxtests/psxhdrs/unistd/setpgid.c
index daed07f6b1..5bf1f7833a 100644
--- a/testsuites/psxtests/psxhdrs/unistd/setpgid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/setpgid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/setsid.c b/testsuites/psxtests/psxhdrs/unistd/setsid.c
index 7bb043453e..cb0e65ff62 100644
--- a/testsuites/psxtests/psxhdrs/unistd/setsid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/setsid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/setuid.c b/testsuites/psxtests/psxhdrs/unistd/setuid.c
index 28457edba8..55a42515d5 100644
--- a/testsuites/psxtests/psxhdrs/unistd/setuid.c
+++ b/testsuites/psxtests/psxhdrs/unistd/setuid.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/sleep.c b/testsuites/psxtests/psxhdrs/unistd/sleep.c
index aca31da98d..2807eef9e8 100644
--- a/testsuites/psxtests/psxhdrs/unistd/sleep.c
+++ b/testsuites/psxtests/psxhdrs/unistd/sleep.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/sync.c b/testsuites/psxtests/psxhdrs/unistd/sync.c
index bc6992c01c..decdbefbc1 100644
--- a/testsuites/psxtests/psxhdrs/unistd/sync.c
+++ b/testsuites/psxtests/psxhdrs/unistd/sync.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/ualarm.c b/testsuites/psxtests/psxhdrs/unistd/ualarm.c
index a489671fdb..ba2ec219a6 100644
--- a/testsuites/psxtests/psxhdrs/unistd/ualarm.c
+++ b/testsuites/psxtests/psxhdrs/unistd/ualarm.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/testsuites/psxtests/psxhdrs/unistd/usleep.c b/testsuites/psxtests/psxhdrs/unistd/usleep.c
index f4125d1432..738c088c85 100644
--- a/testsuites/psxtests/psxhdrs/unistd/usleep.c
+++ b/testsuites/psxtests/psxhdrs/unistd/usleep.c
@@ -1,7 +1,9 @@
/*
* This test file is used to verify that the header files associated with
* invoking this function are correct.
- *
+ */
+
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*