From 393352a70f29189d8eed9127bce386a88501a3c5 Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Wed, 27 Aug 2003 13:13:47 +0000 Subject: Cosmetic changes. --- libc/sysdeps/linux/cris/crt0.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/cris/crt0.c') diff --git a/libc/sysdeps/linux/cris/crt0.c b/libc/sysdeps/linux/cris/crt0.c index 442a1c9ec..668ded1f8 100644 --- a/libc/sysdeps/linux/cris/crt0.c +++ b/libc/sysdeps/linux/cris/crt0.c @@ -3,12 +3,14 @@ /* The first piece of initialized data. */ int __data_start = 0; +static void start1 (int argc, char **argv) __attribute__ ((used, noreturn)); + /* * It is important that this be the first function. * This file is the first thing in the text section. */ void -_start () +_start (void) { /* * On the stack we have argc. We can calculate argv/envp -- cgit v1.2.3