summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/sys/mman/mmap.c
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/mman/mmap.c
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/mman/mmap.c')
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/mmap.c10
1 files changed, 5 insertions, 5 deletions
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