]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/l4re/include/impl/rm_impl.h
update
[l4.git] / l4 / pkg / l4re / include / impl / rm_impl.h
index f632247643358088c840524de83f645b42a8b98a..ca6398d4501d8e45656ba64dea86b8e90358ddf1 100644 (file)
@@ -88,8 +88,8 @@ Rm::attach(l4_addr_t *start, unsigned long size, unsigned long flags,
 }
 
 int
-Rm::_detach(l4_addr_t addr, unsigned long size, L4::Cap<Dataspace> *mem,
-            L4::Cap<L4::Task> task, unsigned flags) const throw()
+Rm::detach(l4_addr_t addr, unsigned long size, L4::Cap<Dataspace> *mem,
+           L4::Cap<L4::Task> task, unsigned flags) const throw()
 {
   L4::Ipc::Iostream io(l4_utcb());
   io << Opcode(Rm_::Detach) << addr << size << flags;