back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'calls.h')
-rw-r--r--calls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calls.h b/calls.h
index 3e5ee24..a4469ce 100644
--- a/calls.h
+++ b/calls.h
@@ -3,8 +3,8 @@
int sys_write(int fd, const void *buf, int size);
int sys_read(int fd, void *buf, int size);
-void* sys_alloc(int size);
-void sys_free(void* p);
+void *sys_alloc(int size);
+void sys_free(void *p);
void sys_exit(int code);
extern int sys_errno;