X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.c;h=3bd9f45d93ab757cc85be137614a7d89b59543fc;hb=e4542bc034db18cf98f005b2dac53a6d7d5c7260;hp=0a47dd34ceff6ad2b1f3f99175881c51b4e13b57;hpb=40e3ba03d0e1b824e4d1ae75d74246b975b70964;p=sbcl.git diff --git a/src/runtime/sunos-os.c b/src/runtime/sunos-os.c index 0a47dd3..3bd9f45 100644 --- a/src/runtime/sunos-os.c +++ b/src/runtime/sunos-os.c @@ -53,7 +53,8 @@ static os_vm_size_t real_page_size_difference=0; int KLUDGE_MAYBE_MAP_ANON = 0x0; int kludge_mmap_fd = -1; /* default for MAP_ANON */ -void os_init(void) +void +os_init(char *argv[], char *envp[]) { struct utsname name; int major_version;