summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/sysent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 7ff638d..1d3dab3 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -63,7 +63,7 @@ struct sysentvec {
int *sv_errtbl; /* errno translation table */
int (*sv_transtrap) __P((int, int));
/* translate trap-to-signal mapping */
- int (*sv_fixup) __P((long **, struct image_params *));
+ int (*sv_fixup) __P((register_t **, struct image_params *));
/* stack fixup function */
void (*sv_sendsig) __P((void (*)(int), int, sigset_t *, u_long));
/* send signal */
OpenPOWER on IntegriCloud