summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/sptest.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples/hello/sptest.ads')
-rw-r--r--c/src/ada-tests/samples/hello/sptest.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/ada-tests/samples/hello/sptest.ads b/c/src/ada-tests/samples/hello/sptest.ads
index 056744d319..cc53b38ff5 100644
--- a/c/src/ada-tests/samples/hello/sptest.ads
+++ b/c/src/ada-tests/samples/hello/sptest.ads
@@ -43,5 +43,7 @@ package SPTEST is
procedure INIT (
ARGUMENT : in RTEMS.TASK_ARGUMENT
);
+ pragma Convention (C, INIT);
+
end SPTEST;