summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/signal
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 /testsuites/psxtests/psxhdrs/signal
parentbsp/tms570: correct baudrate calculation. (diff)
downloadrtems-68c8a197a7673fe85ad009efa5516036ef860d03.tar.bz2
testsuites/psxtests/psxhdrs: Fix comment so copyright block is separate
Diffstat (limited to 'testsuites/psxtests/psxhdrs/signal')
-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
9 files changed, 27 insertions, 9 deletions
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).
*