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