From be78a5c7937a31128a3624dcace9df23492866f9 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:54:20 +0100 Subject: Declare void argument lists --- kern/syscall_emulation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/syscall_emulation.c') diff --git a/kern/syscall_emulation.c b/kern/syscall_emulation.c index 0f4a2be..290c51a 100644 --- a/kern/syscall_emulation.c +++ b/kern/syscall_emulation.c @@ -57,7 +57,7 @@ /* * eml_init: initialize user space emulation code */ -void eml_init() +void eml_init(void) { } -- cgit v1.2.3