summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/Scrt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crt/nt64/Scrt1.c')
-rw-r--r--crt/nt64/Scrt1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crt/nt64/Scrt1.c b/crt/nt64/Scrt1.c
index 0346479..d8ccb17 100644
--- a/crt/nt64/Scrt1.c
+++ b/crt/nt64/Scrt1.c
@@ -3,8 +3,8 @@
/* see also: crtidata.c */
/****************************************/
-static const unsigned char * __inherit = 0;
-extern const unsigned char * __ctty __attribute((weak,alias("__inherit")));
+static const unsigned short * __inherit = 0;
+extern const unsigned short * __ctty __attribute((weak,alias("__inherit")));
int __attribute__((__visibility__("hidden"))) __psx_init(int *,char ***,char ***,void *);
void __attribute__((__visibility__("hidden"))) __libc_entry_routine(void *,void *,const unsigned short *,int);