aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-22 09:16:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-22 09:16:59 +0000
commit674c351892641b3857de75b3cabb12b3eeec8bfd (patch)
treef8d6145ecf876f3370accd976e61cd4394dca31e /lib/csu
parent4e4d8aa67870a0f7d8ba90b41b927c2c417f51ff (diff)
Notes
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/powerpc/crt1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/powerpc/crt1.c b/lib/csu/powerpc/crt1.c
index c87c87f67a9c..c9bc266aa5e6 100644
--- a/lib/csu/powerpc/crt1.c
+++ b/lib/csu/powerpc/crt1.c
@@ -66,8 +66,8 @@ extern int etext;
* First 5 arguments are specified by the PowerPC SVR4 ABI.
* The last argument, ps_strings, is a BSD extension.
*/
-void _start __P((int, char **, char **, const struct Struct_Obj_Entry *,
- void (*)(void)), struct ps_strings *);
+void _start(int, char **, char **, const struct Struct_Obj_Entry *,
+ void (*)(void), struct ps_strings *);
char **environ;
char *__progname = "";