summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64/psxglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt64/psxglue.h')
-rw-r--r--arch/nt64/psxglue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h
index 8e32aae..db2a8ed 100644
--- a/arch/nt64/psxglue.h
+++ b/arch/nt64/psxglue.h
@@ -20,7 +20,7 @@ struct __ldso_vtbl {
struct __psx_vtbl {
void (*do_global_ctors_fn) ();
void (*do_global_dtors_fn) ();
- int (*start_main) (int (*)(int,char **,char **), int, char **, int (*)());
+ int (*start_main) (int, char **, int (*)());
void (*convert_thread) (void);
void (*unmapself) (void *, size_t);
ssize_t (*log_output) (void *, ssize_t);