summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c')
-rw-r--r--testsuites/psxtests/psxhdrs/sys/mman/shm_unlink.c10
1 files changed, 5 insertions, 5 deletions
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