Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2635 → Rev 2636

/trunk/uspace/lib/libc/generic/ipc.c
652,8 → 652,8
*
* @return Zero on success or an error code.
*
* For non-system methods, the old method and arg1 are rewritten by the new
* values. For system methods, the new method, arg1 and arg2 are written
* For non-system methods, the old method, arg1 and arg2 are rewritten by the
* new values. For system methods, the new method, arg1 and arg2 are written
* to the old arg1, arg2 and arg3, respectivelly. Calls with immutable
* methods are forwarded verbatim.
*/