mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Remove __P() usage.
This commit is contained in:
parent
4e4d8aa678
commit
674c351892
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92938
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user