aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/arch/vmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/vmem.h b/include/arch/vmem.h
index 1a2ab7e..f6660ed 100644
--- a/include/arch/vmem.h
+++ b/include/arch/vmem.h
@@ -159,6 +159,6 @@ stat_t destroy_vmem(struct vmem *b);
* @param b Destination virtual memory of clone.
* @return \ref OK.
*/
-stat_t clone_uvmem(struct vmem *r, struct vmem *b);
+void clone_uvmem(struct vmem *r, struct vmem *b);
#endif /* APOS_ARCH_PAGES_H */