summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-22 09:16:59 +0000
committerobrien <obrien@FreeBSD.org>2002-03-22 09:16:59 +0000
commit3a569518693539b505823ea156a4668500df58ea (patch)
treef8d6145ecf876f3370accd976e61cd4394dca31e /lib
parentf645b7c5e49188782541901404fb23df1e4edb8c (diff)
downloadFreeBSD-src-3a569518693539b505823ea156a4668500df58ea.zip
FreeBSD-src-3a569518693539b505823ea156a4668500df58ea.tar.gz
Remove __P() usage.
Diffstat (limited to 'lib')
-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 c87c87f..c9bc266 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 = "";
OpenPOWER on IntegriCloud