summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/sys
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/sys
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/sys')
-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
11 files changed, 55 insertions, 55 deletions
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