summaryrefslogtreecommitdiffstats
path: root/posix_api/psx_sched_report/rtems_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix_api/psx_sched_report/rtems_config.c')
-rw-r--r--posix_api/psx_sched_report/rtems_config.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/posix_api/psx_sched_report/rtems_config.c b/posix_api/psx_sched_report/rtems_config.c
index f985453..fd0a0f8 100644
--- a/posix_api/psx_sched_report/rtems_config.c
+++ b/posix_api/psx_sched_report/rtems_config.c
@@ -1,10 +1,19 @@
+/*
+ * This file contains the RTEMS Configuration for this example.
+ */
+
+/*
+ * Copyright 2018 Joel Sherrill (joel@rtems.org)
+ *
+ * This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.
+ */
#include <stdlib.h>
int main(int argc, char **argv);
static char *argv_list[] = {
- "psx_sched_report",
+ "report",
""
};
static void *POSIX_Init(void *arg)